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

  /external/chromium_org/v8/test/cctest/
test-unscopables-hidden-prototype.cc 16 "delete hidden_prototype.x;"
18 "delete hidden_prototype[Symbol.unscopables];");
33 v8::Local<v8::Object> hidden_prototype = t1->GetFunction()->NewInstance(); local
35 object->SetPrototype(hidden_prototype);
38 context->Global()->Set(v8_str("hidden_prototype"), hidden_prototype);
53 "hidden_prototype.x = 2;"
74 "hidden_prototype.x = 4;"
75 "hidden_prototype[Symbol.unscopables] = {x: true};"
86 "hidden_prototype[Symbol.unscopables] = {x: true};
    [all...]
test-api.cc 20507 Local<Object> hidden_prototype = local
    [all...]
  /external/chromium_org/v8/src/
objects-printer.cc 441 if (is_hidden_prototype()) os << " - hidden_prototype\n";
964 os << "\n - hidden_prototype: " << (hidden_prototype() ? "true" : "false");
    [all...]
factory.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]

Completed in 119 milliseconds