HomeSort by relevance Sort by last modified time
    Searched refs:constructor (Results 326 - 350 of 386) sorted by null

<<111213141516

  /external/v8/benchmarks/
splay.js 129 * @constructor
  /external/v8/src/arm/
lithium-arm.h     [all...]
  /external/v8/src/
liveedit.cc 537 Handle<JSFunction> constructor = local
540 Handle<JSValue>::cast(FACTORY->NewJSObject(constructor));
    [all...]
array.js     [all...]
liveedit-debugger.js 44 // LiveEdit namespace is declared inside a single function constructor.
    [all...]
objects-inl.h 123 // Fetch the constructor function of the object.
124 Object* cons_obj = JSObject::cast(this)->map()->constructor();
    [all...]
d8.js     [all...]
  /external/v8/src/x64/
lithium-x64.h     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 123 * @constructor
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 123 * @constructor
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 124 * @constructor
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
jsref.js 52 /* wrapper for test cas constructor that doesn't require the SECTION
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 135 static void DRD_(init)(void) __attribute__((constructor));
145 * the constructor attribute was specified in the declaration of this function.
147 * shared library because doing so would cancel the effect of the constructor
150 * constructor and destructor functions.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 36 object.constructor = Native;
39 object.prototype.constructor = object;
1060 newClass.constructor = Class;
1061 newClass.prototype.constructor = newClass;
    [all...]
  /external/webkit/Source/WebCore/dom/
make_names.pl 272 # Element that have not constructor.
293 # Helper method that print the constructor's signature avoiding
299 print F "static PassRefPtr<$parameters{namespace}Element> ${constructorName}Constructor(const QualifiedName& $constructorTagName, Document* document";
309 # Helper method to dump the constructor interior and call the
310 # Element constructor with the right arguments.
327 # Call the constructor with the right parameters.
339 # This is to avoid generating the same constructor several times.
388 print F " addTag(${tagName}Tag, $enabledTags{$tagName}{mapToTagName}To${tagName}Constructor);\n";
390 print F " addTag(${tagName}Tag, $tagConstructorMap{$tagName}Constructor);\n";
757 // Populate it with constructor functions
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 26 * @constructor
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery-1.4.2.min.js 27 L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
jquery-1.4.1.min.js 27 c.ready);var a=false;try{a=z.frameElement==null}catch(b){}r.documentElement.doScroll&&a&&la()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===v||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 19 * @constructor

Completed in 1076 milliseconds

<<111213141516