Searched refs:exceptionValue (Results 1 – 5 of 5) sorted by relevance
/external/webkit/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 266 …NLINE bool Interpreter::resolve(CallFrame* callFrame, Instruction* vPC, JSValuePtr& exceptionValue) in resolve() argument 283 exceptionValue = callFrame->globalData().exception; in resolve() 284 if (exceptionValue) in resolve() 290 …exceptionValue = createUndefinedVariableError(callFrame, ident, vPC - codeBlock->instructions().be… in resolve() 294 …E bool Interpreter::resolveSkip(CallFrame* callFrame, Instruction* vPC, JSValuePtr& exceptionValue) in resolveSkip() argument 316 exceptionValue = callFrame->globalData().exception; in resolveSkip() 317 if (exceptionValue) in resolveSkip() 323 …exceptionValue = createUndefinedVariableError(callFrame, ident, vPC - codeBlock->instructions().be… in resolveSkip() 327 …bool Interpreter::resolveGlobal(CallFrame* callFrame, Instruction* vPC, JSValuePtr& exceptionValue) in resolveGlobal() argument 356 exceptionValue = callFrame->globalData().exception; in resolveGlobal() [all …]
|
D | Interpreter.h | 314 …llFrame*, RegisterFile*, Register* argv, int argc, int registerOffset, JSValuePtr& exceptionValue); 319 NEVER_INLINE bool resolve(CallFrame*, Instruction*, JSValuePtr& exceptionValue); 320 NEVER_INLINE bool resolveSkip(CallFrame*, Instruction*, JSValuePtr& exceptionValue); 321 NEVER_INLINE bool resolveGlobal(CallFrame*, Instruction*, JSValuePtr& exceptionValue); 323 … NEVER_INLINE bool resolveBaseAndProperty(CallFrame*, Instruction*, JSValuePtr& exceptionValue); 328 NEVER_INLINE bool resolveBaseAndFunc(CallFrame*, Instruction*, JSValuePtr& exceptionValue);
|
/external/webkit/JavaScriptCore/bytecode/ |
D | EvalCodeCache.h | 44 …ExecState* exec, const UString& evalSource, ScopeChainNode* scopeChain, JSValuePtr& exceptionValue) in get() argument 61 …exceptionValue = Error::create(exec, SyntaxError, errorMessage, errorLine, source.provider()->asID… in get()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 18985 exceptionValue arguments. Changed to return 0 when there's a stack
|
D | ChangeLog-2008-08-10 | 13426 - Renamed "exceptionData" to "exceptionValue", because "data" seemed to
|