Searched defs:CallAsConstructor (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dapi.cc4465 MaybeLocal<Value> Object::CallAsConstructor(Local<Context> context, int argc, function in class:v8::Object
4467 PREPARE_FOR_EXECUTION_WITH_CALLBACK(context, Object, CallAsConstructor,
4483 Local<v8::Value> Object::CallAsConstructor(int argc, function in class:v8::Object
4487 RETURN_TO_LOCAL_UNCHECKED(CallAsConstructor(context, argc, argv_cast), Value);

Completed in 87 milliseconds