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

1 2

  /external/chromium_org/v8/test/cctest/
test-global-object.cc 46 global->SetPrototype(proto);
test-object-observe.cc 388 obj->SetPrototype(proto);
402 obj->SetPrototype(Null(isolate.GetIsolate()));
408 obj->SetPrototype(proto);
test-decls.cc 653 inner_global->SetPrototype(hidden_proto);
test-api.cc     [all...]
  /external/chromium_org/v8/src/
generator.js 84 %SetPrototype(GeneratorFunctionPrototype, $Function.prototype);
88 %SetPrototype(GeneratorFunction, $Function);
apinatives.js 96 %SetPrototype(fun.prototype, parent_fun.prototype);
accessors.cc 577 JSFunction::SetPrototype(function, proto);
615 JSFunction::SetPrototype(function, value);
runtime.h 72 F(SetPrototype, 2, 1) \
math.js 283 %SetPrototype($Math, $Object.prototype);
v8natives.js 106 %SetPrototype(prototype, null);
    [all...]
factory.cc     [all...]
  /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/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementWrapper.cpp 110 wrapper->SetPrototype(binding->prototype());
V8DOMWrapper.cpp 69 shadow->SetPrototype(wrapper);
V8PerContextData.cpp 124 function->SetPrototype(prototypeTemplate);
135 prototypeObject->SetPrototype(m_errorPrototype.newLocal(m_isolate));
WorkerScriptController.cpp 140 globalObject->SetPrototype(jsWorkerGlobalScope);
CustomElementConstructorBuilder.cpp 88 m_prototype->SetPrototype(basePrototype);
V8CustomElementLifecycleCallbacks.cpp 173 receiver->SetPrototype(prototype);
V8WindowShell.cpp 328 innerGlobalObject->SetPrototype(windowWrapper);
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 106 milliseconds

1 2