Home
last modified time | relevance | path

Searched refs:variableObject (Results 1 – 25 of 27) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJIT.cpp564 void JIT::emitGetVariableObjectRegister(RegisterID variableObject, int index, RegisterID dst) in emitGetVariableObjectRegister() argument
566 loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject, d)), dst); in emitGetVariableObjectRegister()
571 void JIT::emitPutVariableObjectRegister(RegisterID src, RegisterID variableObject, int index) in emitPutVariableObjectRegister() argument
573 loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject, d)), variableObject); in emitPutVariableObjectRegister()
574 …loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject::JSVariableObjectData, registers)… in emitPutVariableObjectRegister()
575 storePtr(src, Address(variableObject, index * sizeof(Register))); in emitPutVariableObjectRegister()
H A DJIT.h520 void emitGetVariableObjectRegister(RegisterID variableObject, int index, RegisterID dst);
521 void emitPutVariableObjectRegister(RegisterID src, RegisterID variableObject, int index);
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJIT.cpp564 void JIT::emitGetVariableObjectRegister(RegisterID variableObject, int index, RegisterID dst) in emitGetVariableObjectRegister() argument
566 loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject, d)), dst); in emitGetVariableObjectRegister()
571 void JIT::emitPutVariableObjectRegister(RegisterID src, RegisterID variableObject, int index) in emitPutVariableObjectRegister() argument
573 loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject, d)), variableObject); in emitPutVariableObjectRegister()
574 …loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject::JSVariableObjectData, registers)… in emitPutVariableObjectRegister()
575 storePtr(src, Address(variableObject, index * sizeof(Register))); in emitPutVariableObjectRegister()
H A DJIT.h520 void emitGetVariableObjectRegister(RegisterID variableObject, int index, RegisterID dst);
521 void emitPutVariableObjectRegister(RegisterID src, RegisterID variableObject, int index);
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJIT.cpp564 void JIT::emitGetVariableObjectRegister(RegisterID variableObject, int index, RegisterID dst) in emitGetVariableObjectRegister() argument
566 loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject, d)), dst); in emitGetVariableObjectRegister()
571 void JIT::emitPutVariableObjectRegister(RegisterID src, RegisterID variableObject, int index) in emitPutVariableObjectRegister() argument
573 loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject, d)), variableObject); in emitPutVariableObjectRegister()
574 …loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject::JSVariableObjectData, registers)… in emitPutVariableObjectRegister()
575 storePtr(src, Address(variableObject, index * sizeof(Register))); in emitPutVariableObjectRegister()
H A DJIT.h520 void emitGetVariableObjectRegister(RegisterID variableObject, int index, RegisterID dst);
521 void emitPutVariableObjectRegister(RegisterID src, RegisterID variableObject, int index);
/dports/misc/actiona/actiona-3.10.1/actions/actionpackinternal/actions/
H A Dvariableconditioninstance.h81 QObject *variableObject = variableValue.toQObject(); in startExecution() local
83 auto rectObject = qobject_cast<Code::Rect*>(variableObject); in startExecution()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Expressions/
H A DExpressionServices.cs352 Variable variableObject = null; in TryConvertVariableReference()
373 variableObject = field.GetValue(memberExpression.Value) as Variable; in TryConvertVariableReference()
374 … Fx.Assert(variableObject != null, "Linq generated expression tree should be correct"); in TryConvertVariableReference()
375 result = new VariableReference<TResult> { Variable = variableObject }; in TryConvertVariableReference()
411 variableObject = func(); in TryConvertVariableReference()
429 result = new VariableReference<TResult> { Variable = variableObject }; in TryConvertVariableReference()
499 Variable variableObject = null; in TryConvertVariableValue()
520 variableObject = field.GetValue(memberExpression.Value) as Variable; in TryConvertVariableValue()
521 result = new VariableValue<TResult> { Variable = variableObject }; in TryConvertVariableValue()
553 variableObject = func(); in TryConvertVariableValue()
[all …]
/dports/lang/seed7/seed7/lib/comp/
H A Dexpr_utl.s7i493 const proc: getGenericValueOfVariableObject (in reference: variableObject,
500 result_type := getType(variableObject);
513 create_name(variableObject, c_expr.expr);
519 create_name(variableObject, c_expr.expr);
828 var reference: variableObject is NIL;
833 variableObject := param1;
839 variableObject := allocVar(resultType, typeCategory[resultType]);
841 c_expr.temp_decls &:= type_name(getType(variableObject));
843 create_name(variableObject, c_expr.temp_decls);
846 create_name(variableObject, c_expr.expr);
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dnodes.cpp544 JSObject *variable = exec->variableObject();
585 JSObject *variable = exec->variableObject(); in processVarDecl()
997 exec->variableObject()->setLocalInjected(); in processFuncDecl()
1001 exec->variableObject()->put(exec, ident, makeFunctionObject(exec), flags); in processFuncDecl()
H A DExecState.h191 JSObject *variableObject() const in variableObject() function
H A DExecState.cpp275 m_variable = m_callingExec->variableObject(); in EvalExecState()
H A Dfunction.cpp1123 if (exec->variableObject()->isActivation()) { in callAsFunction()
1124 static_cast<ActivationImp *>(exec->variableObject())->requestTearOff(); in callAsFunction()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp1074 JSObject* variableObject; in execute() local
1078 variableObject = static_cast<JSVariableObject*>(node->object.get()); in execute()
1088 variableObject = new (callFrame) StrictEvalActivation(callFrame); in execute()
1089 scopeChain = scopeChain->push(variableObject); in execute()
1093 BatchedTransitionOptimizer optimizer(callFrame->globalData(), variableObject); in execute()
1097 if (!variableObject->hasProperty(callFrame, ident)) { in execute()
1099 variableObject->put(callFrame, ident, jsUndefined(), slot); in execute()
1106variableObject->put(callFrame, function->name(), function->make(callFrame, scopeChain), slot); in execute()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DInterpreter.cpp821 JSVariableObject* variableObject; in execute() local
825 variableObject = static_cast<JSVariableObject*>(node->object); in execute()
832 BatchedTransitionOptimizer optimizer(variableObject); in execute()
837 if (!variableObject->hasProperty(callFrame, ident)) { in execute()
839 variableObject->put(callFrame, ident, jsUndefined(), slot); in execute()
847variableObject->put(callFrame, function->name(), function->make(callFrame, scopeChain), slot); in execute()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DInterpreter.cpp823 JSVariableObject* variableObject; in execute() local
827 variableObject = static_cast<JSVariableObject*>(node->object); in execute()
834 BatchedTransitionOptimizer optimizer(variableObject); in execute()
839 if (!variableObject->hasProperty(callFrame, ident)) { in execute()
841 variableObject->put(callFrame, ident, jsUndefined(), slot); in execute()
849variableObject->put(callFrame, function->name(), function->make(callFrame, scopeChain), slot); in execute()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DInterpreter.cpp823 JSVariableObject* variableObject; in execute() local
827 variableObject = static_cast<JSVariableObject*>(node->object); in execute()
834 BatchedTransitionOptimizer optimizer(variableObject); in execute()
839 if (!variableObject->hasProperty(callFrame, ident)) { in execute()
841 variableObject->put(callFrame, ident, jsUndefined(), slot); in execute()
849variableObject->put(callFrame, function->name(), function->make(callFrame, scopeChain), slot); in execute()
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/bytecode/
H A Dcodes.def466 localStore[scopeReg ].val.valueVal = exec->variableObject();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2007-10-1410710 (KJS::Context::variableObject):
18862 (KJS::ContextImp::variableObject):
18982 (Context::variableObject):
H A DChangeLog-2008-08-1014545 The variableObject() and activationObject() accessors are obsolete
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2007-10-1410710 (KJS::Context::variableObject):
18862 (KJS::ContextImp::variableObject):
18982 (Context::variableObject):
H A DChangeLog-2008-08-1014545 The variableObject() and activationObject() accessors are obsolete
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2007-10-1410710 (KJS::Context::variableObject):
18862 (KJS::ContextImp::variableObject):
18982 (Context::variableObject):
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2007-10-1410710 (KJS::Context::variableObject):
18862 (KJS::ContextImp::variableObject):
18982 (Context::variableObject):
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2002-12-0314683 (Context::variableObject), (Context::thisValue), (Context::callingContext),

12