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

  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.h 103 JSValue retrieveCaller(CallFrame*, JSFunction*) const;
Interpreter.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSFunction.cpp 171 return exec->interpreter()->retrieveCaller(exec, thisObj);
256 descriptor.setDescriptor(exec->interpreter()->retrieveCaller(exec, this), ReadOnly | DontEnum | DontDelete);

Completed in 155 milliseconds