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

  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 47 m_jsStrings[i] = jsOwnedString(exec, propertyNameVector[i].ustring());
JSString.h 59 JSString* jsOwnedString(JSGlobalData*, const UString&);
60 JSString* jsOwnedString(ExecState*, const UString&);
471 inline JSString* jsOwnedString(JSGlobalData* globalData, const UString& s)
491 inline JSString* jsOwnedString(ExecState* exec, const UString& s) { return jsOwnedString(&exec->globalData(), s); }
ObjectConstructor.cpp 140 names->push(exec, jsOwnedString(exec, properties[i].ustring()));
154 keys->push(exec, jsOwnedString(exec, properties[i].ustring()));
  /external/webkit/WebCore/bindings/js/
JSDOMBinding.cpp 580 return jsOwnedString(exec, s);
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp 522 exception->putWithAttributes(callFrame, Identifier(callFrame, "sourceURL"), jsOwnedString(callFrame, codeBlock->ownerExecutable()->sourceURL()), ReadOnly | DontDelete);
    [all...]

Completed in 130 milliseconds