Home
last modified time | relevance | path

Searched refs:exceptionSlot (Results 1 – 9 of 9) sorted by relevance

/external/webkit/JavaScriptCore/API/
DJSCallbackObjectFunctions.h129 …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 …]
DJSCallbackFunction.cpp61 …(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), toRef(exec->exceptionSlot()))); in call()
DJSCallbackConstructor.cpp67 …toJS(callback(ctx, constructorRef, argumentCount, arguments.data(), toRef(exec->exceptionSlot()))); in constructJSCallback()
/external/webkit/JavaScriptCore/runtime/
DJSFunction.cpp82 …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()
DJSGlobalObjectFunctions.cpp293 …, static_cast<JSGlobalObject*>(unwrappedObject)->globalScopeChain().node(), exec->exceptionSlot()); in globalFuncEval()
/external/webkit/JavaScriptCore/interpreter/
DCallFrame.h79 JSValuePtr* exceptionSlot() { return &globalData().exception; } in exceptionSlot() function
/external/webkit/JavaScriptCore/
DChangeLog2639 (JSC::ExecState::exceptionSlot):
DChangeLog-2007-10-149181 To make these calls syntactically simple, I added an exceptionSlot()
DChangeLog-2008-08-1029752 (KJS::ExecState::exceptionSlot):