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