Searched refs:exceptionSlot (Results 1 – 9 of 9) sorted by relevance
/external/webkit/JavaScriptCore/API/ |
D | JSCallbackObjectFunctions.h | 129 …SValueRef value = getProperty(ctx, thisRef, propertyNameRef.get(), toRef(exec->exceptionSlot()))) { in getOwnPropertySlot() 172 … if (setProperty(ctx, thisRef, propertyNameRef.get(), valueRef, toRef(exec->exceptionSlot()))) in put() 184 … if (setProperty(ctx, thisRef, propertyNameRef.get(), valueRef, toRef(exec->exceptionSlot()))) in put() 216 if (deleteProperty(ctx, thisRef, propertyNameRef.get(), toRef(exec->exceptionSlot()))) in deleteProperty() 271 …nstructor(execRef, constructorRef, argumentCount, arguments.data(), toRef(exec->exceptionSlot()))); in construct() 288 return hasInstance(execRef, thisRef, toRef(value), toRef(exec->exceptionSlot())); in hasInstance() 320 …(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), toRef(exec->exceptionSlot()))); in call() 380 … if (JSValueRef value = convertToType(ctx, thisRef, kJSTypeNumber, toRef(exec->exceptionSlot()))) { in toNumber() 400 value = convertToType(ctx, thisRef, kJSTypeString, toRef(exec->exceptionSlot())); in toString() 446 …Ref value = getProperty(toRef(exec), thisRef, propertyNameRef.get(), toRef(exec->exceptionSlot()))) in staticValueGetter() [all …]
|
D | JSCallbackFunction.cpp | 61 …(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), toRef(exec->exceptionSlot()))); in call()
|
D | JSCallbackConstructor.cpp | 67 …toJS(callback(ctx, constructorRef, argumentCount, arguments.data(), toRef(exec->exceptionSlot()))); in constructJSCallback()
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSFunction.cpp | 82 …get(), exec, this, thisValue.toThisObject(exec), args, m_scopeChain.node(), exec->exceptionSlot()); in call() 168 …er()->execute(m_body.get(), exec, this, thisObj, args, m_scopeChain.node(), exec->exceptionSlot()); in construct()
|
D | JSGlobalObjectFunctions.cpp | 293 …, static_cast<JSGlobalObject*>(unwrappedObject)->globalScopeChain().node(), exec->exceptionSlot()); in globalFuncEval()
|
/external/webkit/JavaScriptCore/interpreter/ |
D | CallFrame.h | 79 JSValuePtr* exceptionSlot() { return &globalData().exception; } in exceptionSlot() function
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 2639 (JSC::ExecState::exceptionSlot):
|
D | ChangeLog-2007-10-14 | 9181 To make these calls syntactically simple, I added an exceptionSlot()
|
D | ChangeLog-2008-08-10 | 29752 (KJS::ExecState::exceptionSlot):
|