HomeSort by relevance Sort by last modified time
    Searched full:setprototype (Results 1 - 19 of 19) sorted by null

  /external/v8/src/
accessors.cc 448 Object* result = function->SetPrototype(prototype);
468 Object* prototype = function->SetPrototype(value);
652 return receiver->SetPrototype(value, skip_hidden_prototypes);
handles.cc 157 CALL_HEAP_FUNCTION_VOID(func->SetPrototype(*value));
211 Handle<Object> SetPrototype(Handle<JSFunction> function,
312 Handle<Object> SetPrototype(Handle<JSObject> obj, Handle<Object> value) {
314 CALL_HEAP_FUNCTION(obj->SetPrototype(*value, skip_hidden_prototypes), Object);
handles.h 248 Handle<Object> SetPrototype(Handle<JSObject> obj, Handle<Object> value);
315 Handle<Object> SetPrototype(Handle<JSFunction> function,
bootstrapper.cc 441 SetPrototype(object_fun, prototype);
    [all...]
api.cc     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/webkit/JavaScriptCore/API/
JSObjectRef.cpp 86 object->setPrototype(prototype);
239 jsObject->setPrototype(jsValue.isObject() ? jsValue : jsNull());
JSClassRef.cpp 256 jsClassData.cachedPrototype->setPrototype(prototype);
  /external/webkit/WebCore/bindings/js/
JSDOMWindowShell.h 51 setPrototype(window->prototype());
  /external/webkit/JavaScriptCore/runtime/
ObjectConstructor.cpp 309 newObject->setPrototype(args.at(0));
JSGlobalObject.cpp 354 setPrototype(prototype);
359 oldLastInPrototypeChain->setPrototype(objectPrototype);
JSObject.h 87 void setPrototype(JSValue prototype);
309 inline void JSObject::setPrototype(JSValue prototype)
JSObject.cpp 117 setPrototype(value);
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/v8/
ChangeLog 15 Added SetPrototype method in the public V8 API.
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/webkit/JavaScriptCore/
ChangeLog-2009-06-16     [all...]
  /external/webkit/WebCore/
ChangeLog-2006-05-10     [all...]

Completed in 218 milliseconds