Searched refs:CallAsConstructor (Results 1 – 3 of 3) sorted by relevance
4171 V8_WARN_UNUSED_RESULT MaybeLocal<Value> CallAsConstructor(
4889 MaybeLocal<Value> Object::CallAsConstructor(Local<Context> context, int argc, in CallAsConstructor() function in v8::Object4893 ENTER_V8(isolate, context, Object, CallAsConstructor, MaybeLocal<Value>(), in CallAsConstructor()
47668 Implemented CallAsConstructor method for Object in the API (Issue 1348).