Searched refs:compileError (Results 1 – 2 of 2) sorted by relevance
16 + (void) compileError
812 …JSObject* compileError = callData.js.functionExecutable->compileForCall(callFrame, callDataScopeCh… in executeCall() local813 if (UNLIKELY(!!compileError)) { in executeCall()815 return checkedReturn(throwError(callFrame, compileError)); in executeCall()901 …JSObject* compileError = constructData.js.functionExecutable->compileForConstruct(callFrame, const… in executeConstruct() local902 if (UNLIKELY(!!compileError)) { in executeConstruct()904 return checkedReturn(throwError(callFrame, compileError)); in executeConstruct()1054 JSObject* compileError = eval->compile(callFrame, scopeChain); in execute() local1055 if (UNLIKELY(!!compileError)) in execute()1056 return checkedReturn(throwError(callFrame, compileError)); in execute()1069 JSObject* compileError = eval->compile(callFrame, scopeChain); in execute() local[all …]