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

  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.h 181 virtual bool hasOwnPropertyForWrite(ExecState*, const Identifier&);
349 inline bool JSGlobalObject::hasOwnPropertyForWrite(ExecState* exec, const Identifier& propertyName)
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 378 if (JSGlobalObject::hasOwnPropertyForWrite(exec, propertyName)) {
    [all...]

Completed in 22 milliseconds