Searched refs:hidden_prototype (Results 1 – 7 of 7) sorted by relevance
37 v8::Local<v8::Object> hidden_prototype = t1->GetFunction(current_context) in TEST() local42 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust()); in TEST()48 ->Set(current_context, v8_str("hidden_prototype"), hidden_prototype) in TEST()
55 v8::Local<v8::Object> hidden_prototype = in TEST() local61 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust()); in TEST()
20164 Local<Object> hidden_prototype = hidden_proto_template->GetFunction(context) in THREADED_TEST() local20170 object_with_hidden->SetPrototype(context, hidden_prototype).FromJust(); in THREADED_TEST()
531 if (obj->hidden_prototype()) { in CreateApiFunction()
1060 os << "\n - hidden_prototype: " << (hidden_prototype() ? "true" : "false"); in FunctionTemplateInfoPrint()
5630 BOOL_ACCESSORS(FunctionTemplateInfo, flag, hidden_prototype, in ACCESSORS()
10461 DECL_BOOLEAN_ACCESSORS(hidden_prototype)