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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 158 virtual bool hasOwnPropertyForWrite(ExecState*, const Identifier&);
337 inline bool JSGlobalObject::hasOwnPropertyForWrite(ExecState* exec, const Identifier& propertyName)
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp 358 if (JSGlobalObject::hasOwnPropertyForWrite(exec, propertyName)) {

Completed in 34 milliseconds