Searched refs:SetPrototype (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-global-object.cc46 global->SetPrototype(proto);
H A Dtest-unscopables-hidden-prototype.cc35 object->SetPrototype(hidden_prototype);
H A Dtest-object-observe.cc315 obj->SetPrototype(proto);
329 obj->SetPrototype(Null(v8_isolate));
335 obj->SetPrototype(proto);
H A Dtest-decls.cc513 inner_global->SetPrototype(hidden_proto);
H A Dtest-api.cc2440 bottom->SetPrototype(middle);
2441 middle->SetPrototype(top);
2914 child->SetPrototype(obj);
2990 child->SetPrototype(obj);
10356 o->SetPrototype(p);
10365 THREADED_TEST(SetPrototype) {
10388 CHECK(o0->SetPrototype(o1));
10391 CHECK(o1->SetPrototype(o2));
10395 CHECK(o2->SetPrototype(o3));
10459 CHECK(o4->SetPrototype(o
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMWrapper.cpp66 shadow->SetPrototype(wrapper);
H A DV8PerContextData.cpp108 function->SetPrototype(prototypeTemplate);
119 prototypeObject->SetPrototype(m_errorPrototype.newLocal(m_isolate));
H A DWorkerScriptController.cpp192 globalObject->SetPrototype(jsWorkerGlobalScope);
H A DPrivateScriptRunner.cpp165 classObject->SetPrototype(holderObject->GetPrototype());
166 holderObject->SetPrototype(classObject);
H A DCustomElementConstructorBuilder.cpp88 m_prototype->SetPrototype(basePrototype);
H A DV8CustomElementLifecycleCallbacks.cpp174 receiver->SetPrototype(prototype);
H A DWindowProxy.cpp313 innerGlobalObject->SetPrototype(windowWrapper);
/external/chromium_org/v8/src/
H A Dv8natives.js998 %SetPrototype(obj, proto);
1390 %SetPrototype(this, proto);
H A Daccessors.cc889 JSFunction::SetPrototype(function, proto);
907 JSFunction::SetPrototype(function, value);
H A Druntime.h48 F(SetPrototype, 2, 1) \
H A Dobjects.h2065 MUST_USE_RESULT static MaybeHandle<Object> SetPrototype(
7314 static void SetPrototype(Handle<JSFunction> function,
H A Dapi.cc3279 bool v8::Object::SetPrototype(Handle<Value> value) { function in class:v8::v8::Object
3281 ON_BAILOUT(isolate, "v8::Object::SetPrototype()", return false);
3290 i::JSObject::SetPrototype(self, value_obj, false);
H A Druntime.cc1898 isolate, result, JSObject::SetPrototype(obj, prototype, false));
1920 JSObject::SetPrototype(obj, prototype, true));
1933 JSObject::SetPrototype(obj, prototype, true));
H A Dobjects.cc9156 // prototype, which means that SetPrototype below is a no-op.
9160 JSObject::SetPrototype(clone, original_prototype, false).Assert();
9422 void JSFunction::SetPrototype(Handle<JSFunction> function, function in class:v8::internal::JSFunction
11632 MaybeHandle<Object> JSObject::SetPrototype(Handle<JSObject> object, function in class:v8::JSObject
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp3265 wrapper->SetPrototype(binding->prototype());
/external/chromium_org/v8/include/
H A Dv8.h2380 bool SetPrototype(Handle<Value> prototype);

Completed in 1655 milliseconds