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

  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.h 48 SerializedObject* asObject();
129 SerializedObject* asObject() const
133 return m_sharedData->asObject();
SerializedScriptValue.cpp 230 SerializedObject* SharedSerializedData::asObject()
486 JSObject* object = asObject(value);
502 return asObject(value);
518 JSObject* object = asObject(array);
562 if (value.isObject() && asObject(value)->inherits(&DateInstance::info))
569 JSObject* obj = asObject(value);
682 return value.asObject();
866 return value.asObject();
  /external/webkit/JavaScriptCore/runtime/
JSObject.h 274 inline JSObject* asObject(JSCell* cell)
280 inline JSObject* asObject(JSValue value)
282 return asObject(value.asCell());
379 return asObject(this)->inlineGetOwnPropertySlot(exec, propertyName, slot);
394 object = asObject(prototype);
407 object = asObject(prototype);
607 JSValue prototype = asObject(cell)->prototype();
610 cell = asObject(prototype);
632 JSValue prototype = asObject(cell)->prototype();

Completed in 121 milliseconds