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

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
try-throw-reject-in-constructor.js 8 // an exception is thrown in the Promise constructor, but caught in an
  /external/chromium_org/v8/test/mjsunit/es6/
generators-relocation.js 20 var gen = (function*(){}).constructor.apply(null, formals_and_body);
symbols.js 42 // Test different forms of constructor calls.
90 assertFalse(Object === Symbol.prototype.constructor)
91 assertFalse(Symbol === Object.prototype.constructor)
92 assertSame(Symbol, Symbol.prototype.constructor)
93 assertSame(Symbol, Symbol().__proto__.constructor)
94 assertSame(Symbol, Object(Symbol()).__proto__.constructor)
96 assertSame(Symbol, symbols[i].__proto__.constructor)
  /external/chromium_org/v8/test/mjsunit/
mirror-array.js 63 assertEquals('Array', mirror.constructorFunction().name(), 'Unexpected constructor function name');
79 assertEquals(mirror.constructorFunction().handle(), fromJSON.constructorFunction.ref, 'Unexpected constructor function handle in JSON');
80 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
81 assertEquals('Array', refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON');
this-property-assignment.js 29 // constructor that only has simple this property assignments.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3027.js 29 // constructor call taking many arguments.
regress-502.js 30 // Test that we do not generate an inlined version of the constructor
  /external/chromium_org/v8/test/webkit/
dfg-inline-constructor-that-uses-arguments.js 25 "Tests that we can inline a constructor that uses arguments without failing DFG validation."
  /external/chromium_org/v8/test/webkit/fast/js/
Promise-init-callback-receiver.js 26 description('|this| in Promise constructor should be undefined.');
  /external/chromium_org/v8/test/webkit/fast/regex/
constructor.js 24 description("This test checks use of the regexp constructor.");
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 692 /// constructor during construction and makes pointers into the tree
    [all...]
Antlr.Runtime.pas     [all...]
Antlr.Runtime.Tools.pas 112 constructor Create(const AValue: String);
263 constructor Create(ACapacity: Integer = 0); overload;
264 constructor Create(const AComparer: IEqualityComparer<TKey>); overload;
265 constructor Create(ACapacity: Integer; const AComparer: IEqualityComparer<TKey>); overload;
266 constructor Create(Collection: TEnumerable<TPair<TKey,TValue>>); overload;
267 constructor Create(Collection: TEnumerable<TPair<TKey,TValue>>; const AComparer: IEqualityComparer<TKey>); overload;
280 constructor Create(ADictionary: TDictionary<TKey,TValue>);
440 constructor TANTLRString.Create(const AValue: String);
695 constructor TDictionary<TKey,TValue>.Create(ACapacity: Integer = 0);
700 constructor TDictionary<TKey,TValue>.Create(const AComparer: IEqualityComparer<TKey>)
    [all...]
Antlr.Runtime.Collections.pas 94 constructor Create(const AHashList: THashList<TKey, TValue>);
117 constructor Create; overload;
118 constructor Create(const ACapacity: Integer); overload;
201 constructor THashList<TKey, TValue>.Create;
206 constructor THashList<TKey, TValue>.Create(const ACapacity: Integer);
269 constructor THashList<TKey, TValue>.TPairEnumerator.Create(
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule.js 28 * @constructor
110 * @constructor
239 * @constructor
282 * @constructor
372 * @constructor
  /external/chromium_org/remoting/webapp/
base.js 170 * of the constructor. This is problematic when you need to resolve the
194 * @constructor
296 * @constructor
304 * @constructor
305 * Since this class is implemented as a mixin, the constructor may not be
  /external/chromium_org/ui/file_manager/file_manager/common/js/
async_util.js 50 * @constructor
157 * @constructor
172 * @constructor
268 * @constructor
343 * @constructor
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions.py 316 for constructor in self.constructors:
317 constructor.resolve_typedefs(typedefs)
546 constructor = cls(idl_name)
547 constructor.name = name
548 constructor.arguments = arguments_node_to_arguments(idl_name, arguments_node)
549 constructor.is_constructor = True
550 return constructor
591 # [Constructor] and [CustomConstructor] without arguments (the bare form)
593 # an empty argument list, [Constructor()], so special-case this.
594 # http://www.w3.org/TR/WebIDL/#Constructor
    [all...]
  /external/chromium_org/third_party/qunit/src/
qunit.js 215 // Make F QUnit's constructor so that we can add to the prototype later
216 QUnit.constructor = F;
541 * QUnit.constructor is set to the empty F() above so that we can add to it's prototype here.
545 extend( QUnit.constructor.prototype, {
1082 // Avoid "Member not found" error in IE8 caused by messing with window.constructor
1083 if ( !( prop === "constructor" && a === window ) ) {
    [all...]
  /cts/tests/signature/src/android/signature/cts/
SignatureTest.java 49 private static final String TAG_CONSTRUCTOR = "constructor";
193 JDiffConstructor constructor = loadConstructorInfo(parser, currentClass); local
194 currentClass.addConstructor(constructor);
195 currentMethod = constructor;
251 * Load constructor information from xml to memory.
255 * @return the new constructor
  /external/chromium_org/extensions/renderer/resources/
binding.js 189 // |event| is the event's constructor.
419 var constructor = createCustomType(type);
421 // For an object propertyDef, |value| is an array of constructor
424 // constructor.
425 value = { __proto__: constructor.prototype };
426 $Function.apply(constructor, value, args);
  /external/chromium_org/v8/src/
log.h 282 void HeapSampleJSConstructorEvent(const char* constructor,
284 void HeapSampleJSRetainersEvent(const char* constructor,
286 void HeapSampleJSProducerEvent(const char* constructor,
  /external/chromium_org/v8/test/cctest/
test-declarative-accessors.cc 98 v8::Local<v8::FunctionTemplate> constructor = local
100 v8::Local<v8::ObjectTemplate> obj_template = constructor->InstanceTemplate();
108 context->Global()->Set(v8_str(class_name), constructor->GetFunction());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
WikiParser.js 6 * @constructor
17 * @constructor
32 * @constructor
82 * @constructor
111 * @constructor
262 * @constructor
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeParser.js 6 org.antlr.runtime.tree.TreeParser.superclass.constructor.call(this, arguments[1]);

Completed in 1341 milliseconds

<<11121314151617181920>>