Searched refs:constructor (Results 151 - 175 of 360) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/
H A Dhandles.cc144 Handle<JSFunction> constructor,
147 constructor->GetIsolate(),
148 constructor->GetHeap()->ReinitializeJSGlobalProxy(*constructor, *global),
173 // If no properties are added in the constructor, they are more likely
358 Handle<JSFunction> constructor = isolate->script_function(); local
360 Handle<JSValue>::cast(isolate->factory()->NewJSObject(constructor));
622 JSFunction::cast(arguments_boilerplate->map()->constructor()),
681 ((current->map()->constructor() != *arguments_function) &&
143 ReinitializeJSGlobalProxy( Handle<JSFunction> constructor, Handle<JSGlobalProxy> global) argument
H A Dcode-stubs-hydrogen.cc86 ArrayContextChecker(HGraphBuilder* builder, HValue* constructor, argument
89 checker_.If<HCompareObjectEqAndBranch, HValue*>(constructor,
95 checker_.ElseDeopt("Array constructor called from different context");
579 HValue* constructor = GetParameter(ArrayConstructorStubBase::kConstructor); local
582 ArrayContextChecker checker(this, constructor, array_function);
589 JSArrayBuilder array_builder(this, kind, alloc_site, constructor,
610 HValue* constructor = GetParameter( local
612 JSArrayBuilder array_builder(this, kind, constructor);
H A Dlog.h284 void HeapSampleJSConstructorEvent(const char* constructor,
286 void HeapSampleJSRetainersEvent(const char* constructor,
288 void HeapSampleJSProducerEvent(const char* constructor,
/external/chromium_org/v8/test/mjsunit/
H A Dmjsunit.js86 // The optional second argument is an exception constructor that the
95 // Asserts that the found value is an instance of the constructor passed
150 var name = value.constructor.name;
332 var actualConstructor = Object.getPrototypeOf(obj).constructor;
H A Dapply.js161 var same_primes = Array.prototype.constructor.apply(Array, primes);
/external/v8/src/
H A Dhandles.cc148 Handle<JSFunction> constructor,
151 constructor->GetIsolate(),
152 constructor->GetHeap()->ReinitializeJSGlobalProxy(*constructor, *global),
183 // If no properties are added in the constructor, they are more likely
375 Handle<JSFunction> constructor = isolate->script_function(); local
377 Handle<JSValue>::cast(isolate->factory()->NewJSObject(constructor));
610 JSFunction::cast(arguments_boilerplate->map()->constructor()),
665 ((current->map()->constructor() != *arguments_function) &&
147 ReinitializeJSGlobalProxy( Handle<JSFunction> constructor, Handle<JSGlobalProxy> global) argument
H A Disolate.cc754 JSFunction* constructor = JSFunction::cast(receiver->map()->constructor()); local
755 if (!constructor->shared()->IsApiFunction()) return;
757 constructor->shared()->get_api_func_data()->access_check_info();
820 JSFunction* constructor = JSFunction::cast(receiver->map()->constructor());
821 if (!constructor->shared()->IsApiFunction()) return false;
824 constructor->shared()->get_api_func_data()->access_check_info();
863 JSFunction* constructor = JSFunction::cast(receiver->map()->constructor());
[all...]
/external/v8/test/mjsunit/
H A Dmjsunit.js86 // The optional second argument is an exception constructor that the
95 // Asserts that the found value is an instance of the constructor passed
142 var name = value.constructor.name;
324 var actualConstructor = Object.prototypeOf(obj).constructor;
H A Dapply.js161 var same_primes = Array.prototype.constructor.apply(Array, primes);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas692 /// constructor during construction and makes pointers into the tree
1105 constructor Create(const AElementDescription: String);
1176 constructor Create; overload;
1182 constructor Create(const ANode: ITree); overload;
1236 constructor Create; overload;
1237 constructor Create(const ANode: ICommonTree); overload;
1238 constructor Create(const AToken: IToken); overload;
1255 constructor Create(const AInput: ITokenStream; const AStart, AStop: IToken;
1311 constructor Create;
1451 constructor Creat
[all...]
H A DAntlr.Runtime.pas1414 constructor Create; overload;
1415 constructor Create(const AMessage: String); overload;
1416 constructor Create(const AInput: IIntStream); overload;
1417 constructor Create(const AMessage: String; const AInput: IIntStream); overload;
1475 constructor Create(const AExpecting: Integer; const AInput: IIntStream);
1500 constructor Create(const AExpecting: Integer; const AInput: IIntStream;
1513 constructor Create(const AExpecting: Integer; const AInput: IIntStream);
1526 constructor Create(const AGrammarDecisionDescription: String;
1540 constructor Create(const ADecisionNumber: Integer; const AInput: IIntStream);
1549 constructor Creat
[all...]
H A DAntlr.Runtime.Tools.pas112 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 TDictionar
[all...]
H A DAntlr.Runtime.Collections.pas94 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-trace/trace-viewer/src/tracing/importer/
H A Dtrace_event_importer.js260 var constructor;
263 constructor = tracing.trace_model.GlobalInstantEvent;
266 constructor = tracing.trace_model.ProcessInstantEvent;
272 constructor = tracing.trace_model.ThreadInstantEvent;
277 var instantEvent = new constructor(event.cat, event.name,
/external/chromium_org/v8/test/cctest/
H A Dtest-declarative-accessors.cc99 v8::Local<v8::FunctionTemplate> constructor = v8::FunctionTemplate::New(); local
100 v8::Local<v8::ObjectTemplate> obj_template = constructor->InstanceTemplate();
108 context->Global()->Set(v8_str(class_name), constructor->GetFunction());
/external/zlib/src/contrib/delphi/
H A DZLib.pas55 constructor Create(Strm: TStream);
89 constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream);
118 constructor Create(Source: TStream);
389 constructor TCustomZLibStream.Create(Strm: TStream);
406 constructor TCompressionStream.Create(CompressionLevel: TCompressionLevel;
483 constructor TDecompressionStream.Create(Source: TStream);
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c145 int constructor; member in struct:work_stuff
1173 s1 = work->constructor;
1177 work->constructor = work->destructor = 0;
1204 if (work->constructor == 2)
1207 work->constructor = 0;
1221 work->constructor = s1;
1574 if ((work->constructor & 1) || (work->destructor & 1))
1577 work->constructor -= 1;
1624 if (!(work->constructor & 1))
2569 we are demangling a constructor o
[all...]
/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java88 * Public no-arguments constructor required by the lookup mechanism.
215 * The one-argument constructor of the
527 * @exception LogConfigurationException if a suitable constructor
742 * logger is created, not in the constructor of this class, because we
940 * Attempts to load the given class, find a suitable constructor,
946 * constructor
969 Constructor constructor = null;
1039 constructor = c.getConstructor(logConstructorSignature);
1040 Object o = constructor.newInstance(params);
1116 this.logConstructor = constructor;
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
H A Dmetadata_dispatcher.js18 * @constructor
56 * @param {function} parserClass Parser constructor function.
217 if (global.constructor.name == 'SharedWorkerGlobalScope') {
/external/chromium_org/v8/test/mjsunit/harmony/
H A Darray-iterator.js124 var ArrayIterator = iterator.constructor;
/external/smack/src/org/jivesoftware/smack/
H A DConnection.java.orig802 Constructor<?> constructor = debuggerClass
804 debugger = (SmackDebugger) constructor.newInstance(this, writer, reader);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Ddns_view.js27 * @constructor
32 // Call superclass's constructor.
192 dnsConfig[key].constructor == Array) {
/external/chromium_org/chrome/common/extensions/permissions/
H A Dchrome_api_permissions.cc39 APIPermissionInfo::APIPermissionConstructor constructor; member in struct:extensions::PermissionRegistration
315 pr.constructor));
/external/chromium_org/chrome/renderer/resources/extensions/
H A Djson_schema.js46 if (instance.constructor.name == className)
129 value.constructor == ArrayBuffer) {
357 // the specified constructor (function).
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestOverloadedConstructors.cpp112 static void constructor(const v8::FunctionCallbackInfo<v8::Value>& args) function in namespace:WebCore::TestOverloadedConstructorsV8Internal
144 throwTypeError("DOM object constructor cannot be called as a function.", args.GetIsolate());
153 TestOverloadedConstructorsV8Internal::constructor(args);

Completed in 668 milliseconds

1234567891011>>