Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/interpreter/
DInterpreter.h116 enum ExecutionFlag { Normal, InitializeAndReturn }; enum
145 JSValue privateExecute(ExecutionFlag, RegisterFile*, CallFrame*, JSValue* exception);
DInterpreter.cpp1121 JSValue Interpreter::privateExecute(ExecutionFlag flag, RegisterFile* registerFile, CallFrame* call… in privateExecute()