Searched refs:ExecutionFlag (Results 1 – 2 of 2) sorted by relevance
116 enum ExecutionFlag { Normal, InitializeAndReturn }; enum145 JSValue privateExecute(ExecutionFlag, RegisterFile*, CallFrame*, JSValue* exception);
1121 JSValue Interpreter::privateExecute(ExecutionFlag flag, RegisterFile* registerFile, CallFrame* call… in privateExecute()