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

  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.cpp 224 removeDirect(exec->globalData(), propertyName);
525 void JSObject::removeDirect(JSGlobalData& globalData, const Identifier& propertyName)
JSObject.h 175 void removeDirect(JSGlobalData&, const Identifier& propertyName);
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 265 globalObject->removeDirect(*m_globalData, function->ident()); // Make sure our new function is not shadowed by an old property.
    [all...]

Completed in 542 milliseconds