Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-unscopables-hidden-prototype.cc33 v8::Local<v8::Object> hidden_prototype = t1->GetFunction()->NewInstance(); in TEST() local
35 object->SetPrototype(hidden_prototype); in TEST()
38 context->Global()->Set(v8_str("hidden_prototype"), hidden_prototype); in TEST()
Dtest-api.cc20507 Local<Object> hidden_prototype = in THREADED_TEST() local
20511 object_with_hidden->SetPrototype(hidden_prototype); in THREADED_TEST()
/external/v8/src/
Dobjects-printer.cc964 os << "\n - hidden_prototype: " << (hidden_prototype() ? "true" : "false"); in FunctionTemplateInfoPrint()
Dfactory.cc2213 if (obj->hidden_prototype()) { in CreateApiFunction()
Dobjects-inl.h5418 BOOL_ACCESSORS(FunctionTemplateInfo, flag, hidden_prototype, in ACCESSORS()
Dobjects.h10464 DECL_BOOLEAN_ACCESSORS(hidden_prototype)