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

  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 120 ASSERT(callerFrame); // Use noCaller() rather than 0 for the outer host call frame caller.
135 static CallFrame* noCaller() { return reinterpret_cast<CallFrame*>(HostCallFrameFlag); }
Interpreter.cpp 605 newCallFrame->init(codeBlock, 0, scopeChain, CallFrame::noCaller(), 0, 0, 0);
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.cpp 136 JSGlobalObject::globalExec()->init(0, 0, d()->globalScopeChain.node(), CallFrame::noCaller(), 0, 0, 0);

Completed in 403 milliseconds