Home
last modified time | relevance | path

Searched refs:callFrameBase (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
DCallFrame.h88 …static CallFrame* create(Register* callFrameBase) { return static_cast<CallFrame*>(callFrameBase);… in create() argument