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

  /external/v8/test/cctest/
test-unscopables-hidden-prototype.cc 42 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust());
test-receiver-check-hidden-prototype.cc 61 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust());
test-global-object.cc 49 global->SetPrototype(context.local(), proto).FromJust();
test-decls.cc 459 inner_global->SetPrototype(context, hidden_proto).FromJust();
    [all...]
test-api.cc     [all...]
test-api-interceptors.cc     [all...]
  /external/v8/src/runtime/
runtime-classes.cc 123 Map::SetPrototype(map, prototype_parent);
136 JSFunction::SetPrototype(constructor, prototype);
153 MAYBE_RETURN_NULL(JSObject::SetPrototype(constructor, constructor_parent,
runtime-object.cc 248 JSReceiver::SetPrototype(obj, prototype, false, Object::THROW_ON_ERROR),
260 JSReceiver::SetPrototype(obj, prototype, true, Object::THROW_ON_ERROR),
runtime.h 384 F(SetPrototype, 2, 1) \
    [all...]
  /external/v8/src/
bootstrapper.cc 345 Map::SetPrototype(new_map, proto, FAST_PROTOTYPE);
622 Map::SetPrototype(empty_function_map, object_function_prototype);
641 Map::SetPrototype(sloppy_function_map, empty_function);
642 Map::SetPrototype(sloppy_function_without_prototype_map, empty_function);
643 Map::SetPrototype(sloppy_function_map_writable_prototype_, empty_function);
752 Map::SetPrototype(map, empty_function);
    [all...]
accessors.cc 671 JSFunction::SetPrototype(function, proto);
679 JSFunction::SetPrototype(function, value);
    [all...]
api-natives.cc 404 MAYBE_RETURN(JSObject::SetPrototype(prototype, parent_prototype, false,
objects.h     [all...]
objects.cc     [all...]
api.cc     [all...]
builtins.cc     [all...]
factory.cc     [all...]
  /external/v8/src/js/
v8natives.js 161 %SetPrototype(obj, proto);
178 %SetPrototype(this, proto);
  /external/pdfium/xfa/src/fxjse/src/
dynprop.cpp 434 hObject->SetPrototype(hNewPrototype);
  /external/v8/include/
v8.h     [all...]
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]

Completed in 694 milliseconds