Searched refs:ConfigureInstance (Results 1 – 5 of 5) sorted by relevance
116 static void ConfigureInstance(Handle<Object> instance,
313 static void ConfigureInstance(Handle<FunctionTemplateInfo> desc,
949 void Factory::ConfigureInstance(Handle<FunctionTemplateInfo> desc, in ConfigureInstance() function in v8::internal::Factory956 Execution::ConfigureInstance(instance, in ConfigureInstance()
556 void Execution::ConfigureInstance(Handle<Object> instance, in ConfigureInstance() function in v8::internal::Execution
735 Factory::ConfigureInstance(desc, Handle<JSObject>::cast(args.receiver()), in HandleApiCallHelper()