Searched refs:constructor (Results 251 - 275 of 360) sorted by relevance

<<1112131415

/external/chromium_org/v8/test/mjsunit/harmony/
H A Dgenerators-iteration.js32 var GeneratorFunction = (function*(){yield 1;}).__proto__.constructor;
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java84 MethodId<Constructable, Void> constructor
87 code.newInstance(localResult, constructor, localA, localB);
408 * Declare a constructor that takes an int parameter and assigns it to a
423 MethodId<?, Void> constructor = GENERATED.getConstructor(TypeId.INT);
424 Code code = dexMaker.declare(constructor, PUBLIC);
/external/chromium_org/v8/src/
H A Dobjects-printer.cc567 PrintF(out, "\n - constructor: ");
568 constructor()->ShortPrint(out);
1071 PrintF(out, "\n - constructor: ");
1072 constructor()->ShortPrint(out);
H A Dv8natives.js87 function SetUpLockedPrototype(constructor, fields, methods) {
89 var prototype = constructor.prototype;
1211 $Object.defineProperty(prototype, "constructor",
1394 %SetProperty($Object.prototype, "constructor", $Object, DONT_ENUM);
1477 %SetProperty($Boolean.prototype, "constructor", $Boolean, DONT_ENUM);
1642 // Set up the constructor property on the Number prototype object.
1643 %SetProperty($Number.prototype, "constructor", $Number, DONT_ENUM);
1816 // Compile the string in the constructor and not a helper so that errors
1830 %SetProperty($Function.prototype, "constructor", $Function, DONT_ENUM);
H A Dbootstrapper.cc698 // It has a constructor pointer that points at global_constructor which is a
703 // That in turn has a constructor pointer that points at
718 FunctionTemplateInfo::cast(data->constructor()));
734 // Change the constructor property of the prototype of the
745 FunctionTemplateInfo::cast(js_global_template->constructor()));
772 FunctionTemplateInfo::cast(data->constructor()));
897 // as the constructor. 'Array' property on a global object can be
1194 // Copy constructor from the non-strict arguments boilerplate.
1196 native_context()->arguments_boilerplate()->map()->constructor());
1253 // Set up the call-as-constructor delegat
[all...]
H A Dliveedit.cc636 Handle<JSFunction> constructor = isolate->opaque_reference_function(); local
638 Handle<JSValue>::cast(isolate->factory()->NewJSObject(constructor));
H A Dmirror-debugger.js125 * Inherit the prototype methods from one constructor into another.
142 ctor.prototype.constructor = ctor;
224 * @constructor
426 return "#<" + this.constructor.name + ">";
436 * @constructor
481 * @constructor
497 * @constructor
514 * @constructor
531 * @constructor
548 * @constructor
[all...]
/external/v8/src/
H A Dmirror-debugger.js125 * Inherit the prototype methods from one constructor into another.
142 ctor.prototype.constructor = ctor;
224 * @constructor
417 return "#<" + this.constructor.name + ">";
427 * @constructor
472 * @constructor
488 * @constructor
505 * @constructor
522 * @constructor
539 * @constructor
[all...]
H A Dhydrogen-instructions.h1744 HCallNew(HValue* context, HValue* constructor, int argument_count) argument
1745 : HBinaryCall(context, constructor, argument_count) {
1753 HValue* constructor() { return second(); } function in class:v8::HCallNew
4375 HAllocateObject(HValue* context, Handle<JSFunction> constructor) argument
4376 : constructor_(constructor) {
4382 Handle<JSFunction> constructor() { return constructor_; } function in class:v8::HAllocateObject
H A Dliveedit.cc628 Handle<JSFunction> constructor = local
631 Handle<JSValue>::cast(FACTORY->NewJSObject(constructor));
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c289 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor
308 xmlSchemaAddItemSize(&((ctx)->constructor->pending), 10, item)
596 xmlSchemaConstructionCtxtPtr constructor; member in struct:_xmlSchemaParserCtxt
3535 "no main schema on constructor");
10006 list = pctxt->constructor->buckets;
10029 list = pctxt->constructor->buckets;
10058 list = pctxt->constructor->buckets;
10084 xmlSchemaBucketPtr oldbucket = pctxt->constructor->bucket;
10164 if (pctxt->constructor == NULL) {
10166 "no constructor");
[all...]
/external/libxml2/
H A Dxmlschemas.c289 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor
308 xmlSchemaAddItemSize(&((ctx)->constructor->pending), 10, item)
596 xmlSchemaConstructionCtxtPtr constructor; member in struct:_xmlSchemaParserCtxt
3535 "no main schema on constructor");
10006 list = pctxt->constructor->buckets;
10029 list = pctxt->constructor->buckets;
10058 list = pctxt->constructor->buckets;
10084 xmlSchemaBucketPtr oldbucket = pctxt->constructor->bucket;
10164 if (pctxt->constructor == NULL) {
10166 "no constructor");
[all...]
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc1898 // Check if the constructor in the map is a function.
1900 // Objects with a non-function constructor have class 'Object'.
1908 // temp now contains the constructor function. Grab the
1914 // The name in the constructor is a symbol because of the way the context is
2356 // Non-instance prototype: Fetch prototype from constructor field
3296 ASSERT(ToRegister(instr->constructor()).is(edi));
4282 Handle<JSFunction> constructor = instr->hydrogen()->constructor(); local
4283 Handle<Map> initial_map(constructor->initial_map());
4290 // the constructor'
4341 Handle<JSFunction> constructor = instr->hydrogen()->constructor(); local
[all...]
H A Dlithium-ia32.h1578 LCallNew(LOperand* context, LOperand* constructor) { argument
1580 inputs_[1] = constructor;
1589 LOperand* constructor() { return inputs_[1]; } function in class:v8::internal::LCallNew
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js31 var constructor = window.Element || window.HTMLElement;
32 return !!(constructor && constructor.prototype);
120 klass.prototype.constructor = klass;
3031 proto = element['__proto__'] || element.constructor.prototype;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1200351.js28 // Make sure the 'constructor' property isn't enumerable.
31 assertEquals(-1, enums.split('|').indexOf("constructor"));
34 new this.constructor;
35 new this.constructor();
36 new this.constructor(1,2,3,4,5,6);
76 eval("let (debugger.constructor.valueOf()) { this.sort().true.splice() }")
140 eval("switch (-1.length+new Object().prototype.name) { case (debugger.constructor.sort()): IsPrimitive(undef.__defineSetter__(undef,function(){native})); break; }")
164 eval("new Function(0.2.join().constructor)")
240 eval("for (Iterator(native+break) in debugger.superConstructor.constructor) { Math.max(0.add(undef)) }")
252 eval("switch (parseInt(0).length()) { case ('a'.toObject().__defineSetter__(GetFunctionFor(null),function(){(!x)})): IsSmi(void).constructor; brea
[all...]
/external/v8/src/arm/
H A Dlithium-arm.cc1238 LOperand* constructor = UseFixed(instr->constructor(), r1); local
1240 LCallNew* result = new(zone()) LCallNew(constructor);
H A Dlithium-codegen-arm.cc2090 // Check if the constructor in the map is a function.
2093 // Objects with a non-function constructor have class 'Object'.
2101 // temp now contains the constructor function. Grab the
2107 // The name in the constructor is a symbol because of the way the context is
2553 // Non-instance prototype: Fetch prototype from constructor field
4449 Handle<JSFunction> constructor = instr->hydrogen()->constructor(); local
4450 Handle<Map> initial_map(constructor->initial_map());
4457 // the constructor's prototype changes, but instance size and property
4459 ASSERT(!constructor
4492 Handle<JSFunction> constructor = instr->hydrogen()->constructor(); local
[all...]
/external/v8/src/mips/
H A Dlithium-mips.cc1239 LOperand* constructor = UseFixed(instr->constructor(), a1); local
1241 LCallNew* result = new(zone()) LCallNew(constructor);
/external/v8/src/x64/
H A Dlithium-x64.cc1228 LOperand* constructor = UseFixed(instr->constructor(), rdi); local
1230 LCallNew* result = new(zone()) LCallNew(constructor);
/external/v8/test/mjsunit/regress/
H A Dregress-1200351.js28 // Make sure the 'constructor' property isn't enumerable.
31 assertEquals(-1, enums.split('|').indexOf("constructor"));
34 new this.constructor;
35 new this.constructor();
36 new this.constructor(1,2,3,4,5,6);
76 eval("let (debugger.constructor.valueOf()) { this.sort().true.splice() }")
140 eval("switch (-1.length+new Object().prototype.name) { case (debugger.constructor.sort()): IsPrimitive(undef.__defineSetter__(undef,function(){native})); break; }")
164 eval("new Function(0.2.join().constructor)")
240 eval("for (Iterator(native+break) in debugger.superConstructor.constructor) { Math.max(0.add(undef)) }")
252 eval("switch (parseInt(0).length()) { case ('a'.toObject().__defineSetter__(GetFunctionFor(null),function(){(!x)})): IsSmi(void).constructor; brea
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestInterface.cpp917 static void constructor(const v8::FunctionCallbackInfo<v8::Value>& args) function in namespace:WebCore::TestInterfaceV8Internal
1123 throwTypeError("DOM object constructor cannot be called as a function.", args.GetIsolate());
1132 TestInterfaceV8Internal::constructor(args);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DHeapSnapshot.js32 * @constructor
56 * @constructor
126 * @constructor
166 * @constructor
268 * @constructor
308 * @constructor
439 * @constructor
480 * @constructor
503 * @constructor
520 * @constructor
[all...]
/external/doclava/src/com/google/doclava/
H A DClassInfo.java773 "constructor in " + qualifiedName));
782 htmlPage + "#" + m.anchor(), "constructor in " + qualifiedName));
792 htmlPage + "#" + m.anchor(), "constructor in " + qualifiedName));
802 htmlPage + "#" + m.anchor(), "constructor in " + qualifiedName));
1682 Errors.error(Errors.REMOVED_METHOD, mInfo.position(), "Removed public constructor "
1689 Errors.error(Errors.ADDED_METHOD, mInfo.position(), "Added public constructor "
1820 public boolean hasConstructor(MethodInfo constructor) { argument
1821 String name = constructor.getHashableName();
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...

Completed in 897 milliseconds

<<1112131415