Home | History | Annotate | Download | only in src

Lines Matching refs:CallAsConstructor

4465 MaybeLocal<Value> Object::CallAsConstructor(Local<Context> context, int argc,
4467 PREPARE_FOR_EXECUTION_WITH_CALLBACK(context, Object, CallAsConstructor,
4483 Local<v8::Value> Object::CallAsConstructor(int argc,
4487 RETURN_TO_LOCAL_UNCHECKED(CallAsConstructor(context, argc, argv_cast), Value);