Home | History | Annotate | Download | only in cctest

Lines Matching defs:hidden_prototype

16       "delete hidden_prototype.x;"
18 "delete hidden_prototype[Symbol.unscopables];");
37 v8::Local<v8::Object> hidden_prototype = t1->GetFunction(current_context)
42 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust());
48 ->Set(current_context, v8_str("hidden_prototype"), hidden_prototype)
64 "hidden_prototype.x = 2;"
87 "hidden_prototype.x = 4;"
88 "hidden_prototype[Symbol.unscopables] = {x: true};"
100 "hidden_prototype[Symbol.unscopables] = {x: true};"
111 "hidden_prototype.x = 6;"