HomeSort by relevance Sort by last modified time
    Searched refs:hidden_prototype (Results 1 - 7 of 7) 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 20164 Local<Object> hidden_prototype = hidden_proto_template->GetFunction(context) local
    [all...]
  /external/v8/src/
api-natives.cc 531 if (obj->hidden_prototype()) {
objects-printer.cc 458 if (is_hidden_prototype()) os << " - hidden_prototype\n";
    [all...]
objects-inl.h     [all...]
objects.h     [all...]

Completed in 373 milliseconds