发明名称 AUTOMATIC DISCOVERY OF A JAVASCRIPT API
摘要 An approach to creating a canonical representation of a JavaScript API. Objects associated with the JavaScript API are instantiated, creating entry points for analysis. A list of discovered objects is created based on parsing a document object model associated with the JavaScript API. The objects are instrumented and statically analyzed, creating an infrastructure associated with the JavaScript API. The infrastructure is updated based on analyzing the objects while the interface is being used and the objects are executing. A canonical representation, based on the updated infrastructure, is generated for further operations.
申请公布号 US2017102972(A1) 申请公布日期 2017.04.13
申请号 US201615388246 申请日期 2016.12.22
申请人 International Business Machines Corporation 发明人 Ben-Yair Yoav;Fuchs Gil;Gordon Itai;Paikowsky Oren
分类号 G06F9/54 主分类号 G06F9/54
代理机构 代理人
主权项 1. A computer system for creating a canonical representation of a JavaScript API, the computer system comprising: one or more computer processors; one or more computer readable storage media; program instructions stored on the one or more computer readable storage media for execution by at least one of the one or more computer processors, the program instructions comprising: program instructions to instantiate a first one or more objects, associated with the JavaScript API, for use as one or more entry points to the JavaScript API;program instructions to generate a list of the first one or more objects based on recursively parsing a Document Object Model (DOM) associated with the JavaScript API and filtering the first one or more objects to include objects associated with the JavaScript API and to exclude objects specified in a preconfigured exclusion list;program instructions to instrument the first one or more objects for creating an infrastructure associated with the JavaScript API based on attaching a respective callback function to one or more class members for invocation each time each of the one or more class members are assigned a value, for determining a data type of each value, replacing one or more class functions with a respective first function that invokes a respective first callback function for analyzing input parameter types, based on a data type matrix, associated with a replaced function, invokes the replaced function and invokes a second callback function for determining a return type, based on a data type matrix, associated with the replaced function and replacing one or more constructors with a respective second function that invokes a respective third callback function for determining input parameter types associated with a replaced constructor and invokes the replaced constructor;program instructions to statically analyzing the first one or more objects for creating the infrastructure associated with the JavaScript API wherein statically analyzing comprises an analysis based on at least one of class hierarchy, one or more class members, one or more class functions and one or more class constructors;program instructions to create an updated infrastructure, based on substantially simultaneous execution and analysis of the first one or more objects and a second one or more objects created based on the execution of the first one or more objects wherein the updated infrastructure is a tree-like data structure and wherein one or more elements of the update infrastructure change positions based on at least one of determining a return type and one or more input parameter types; andprogram instructions to output an extensible markup language (XML) canonical representation of the JavaScript API based on the updated infrastructure.
地址 Armonk NY US