HomeSort by relevance Sort by last modified time
    Searched defs:hidden_prototype (Results 1 - 3 of 3) sorted by null

  /external/v8/test/cctest/
test-unscopables-hidden-prototype.cc 16 "delete hidden_prototype.x;"
18 "delete hidden_prototype[Symbol.unscopables];");
37 v8::Local<v8::Object> hidden_prototype = t1->GetFunction(current_context) local
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};
    [all...]
test-receiver-check-hidden-prototype.cc 55 v8::Local<v8::Object> hidden_prototype = local
61 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust());
test-api.cc 20783 Local<Object> hidden_prototype = hidden_proto_template->GetFunction(context) local
    [all...]

Completed in 57 milliseconds