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

  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h 91 bool setPrototypeWithCycleCheck(JSGlobalData&, JSValue prototype);
428 inline bool JSObject::setPrototypeWithCycleCheck(JSGlobalData& globalData, JSValue prototype)
    [all...]
JSObject.cpp 112 if (!setPrototypeWithCycleCheck(exec->globalData(), value))
  /external/webkit/Source/JavaScriptCore/API/
JSObjectRef.cpp 238 jsObject->setPrototypeWithCycleCheck(exec->globalData(), jsValue.isObject() ? jsValue : jsNull());

Completed in 885 milliseconds