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

1 2

  /external/chromium_org/v8/test/cctest/
test-global-object.cc 46 global->SetPrototype(proto);
test-object-observe.cc 381 obj->SetPrototype(proto);
394 obj->SetPrototype(Null());
400 obj->SetPrototype(proto);
test-decls.cc 643 context->Global()->SetPrototype(hidden_proto);
  /external/chromium_org/v8/src/
generator.js 84 %SetPrototype(GeneratorFunctionPrototype, $Function.prototype);
88 %SetPrototype(GeneratorFunction, $Function);
apinatives.js 93 %SetPrototype(fun.prototype, parent_fun.prototype);
handles.h 325 Handle<Object> SetPrototype(Handle<JSFunction> function,
accessors.cc 465 JSFunction::SetPrototype(function, proto);
502 JSFunction::SetPrototype(function, value);
math.js 229 %SetPrototype($Math, $Object.prototype);
runtime.h 71 F(SetPrototype, 2, 1) \
bootstrapper.cc 494 SetPrototype(object_fun, prototype);
    [all...]
handles.cc 211 Handle<Object> SetPrototype(Handle<JSFunction> function,
    [all...]
v8natives.js 107 %SetPrototype(prototype, null);
    [all...]
factory.cc 936 JSFunction::SetPrototype(function, prototype);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerContextData.cpp 122 function->SetPrototype(proto);
133 prototypeObject->SetPrototype(m_errorPrototype.newLocal(m_isolate));
CustomElementWrapper.cpp 110 wrapper->SetPrototype(binding->prototype());
V8DOMWrapper.cpp 104 shadow->SetPrototype(wrapper);
WorkerScriptController.cpp 131 globalObject->SetPrototype(jsWorkerGlobalScope);
V8CustomElementLifecycleCallbacks.cpp 172 receiver->SetPrototype(prototype);
V8WindowShell.cpp 326 innerGlobalObject->SetPrototype(windowWrapper);
  /external/v8/src/
handles.h 204 Handle<Object> SetPrototype(Handle<JSObject> obj, Handle<Object> value);
274 Handle<Object> SetPrototype(Handle<JSFunction> function,
accessors.cc 468 { MaybeObject* maybe_result = function->SetPrototype(prototype);
491 { MaybeObject* maybe_prototype = function->SetPrototype(value);
795 return receiver->SetPrototype(value, skip_hidden_prototypes);
handles.cc 178 func->SetPrototype(*value));
221 Handle<Object> SetPrototype(Handle<JSFunction> function,
311 Handle<Object> SetPrototype(Handle<JSObject> obj, Handle<Object> value) {
314 obj->SetPrototype(*value, skip_hidden_prototypes), Object);
    [all...]
json-parser.h 308 SetPrototype(json_object, value);
bootstrapper.cc 486 SetPrototype(object_fun, prototype);
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 1445 milliseconds

1 2