Home
last modified time | relevance | path

Searched refs:hidden_prototype (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/cctest/
Dtest-unscopables-hidden-prototype.cc37 v8::Local<v8::Object> hidden_prototype = t1->GetFunction(current_context) in TEST() local
42 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust()); in TEST()
48 ->Set(current_context, v8_str("hidden_prototype"), hidden_prototype) in TEST()
Dtest-receiver-check-hidden-prototype.cc55 v8::Local<v8::Object> hidden_prototype = in TEST() local
61 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust()); in TEST()
Dtest-api.cc20164 Local<Object> hidden_prototype = hidden_proto_template->GetFunction(context) in THREADED_TEST() local
20170 object_with_hidden->SetPrototype(context, hidden_prototype).FromJust(); in THREADED_TEST()
/external/v8/src/
Dapi-natives.cc531 if (obj->hidden_prototype()) { in CreateApiFunction()
Dobjects-printer.cc1060 os << "\n - hidden_prototype: " << (hidden_prototype() ? "true" : "false"); in FunctionTemplateInfoPrint()
Dobjects-inl.h5630 BOOL_ACCESSORS(FunctionTemplateInfo, flag, hidden_prototype, in ACCESSORS()
Dobjects.h10461 DECL_BOOLEAN_ACCESSORS(hidden_prototype)