Lines Matching defs:thisValue
23 void ContainersStubBuilder::ContainersCommonFuncCall(GateRef glue, GateRef thisValue,
27 DEFVARIABLE(thisObj, VariableType::JS_ANY(), thisValue);
145 void ContainersStubBuilder::QueueCommonFuncCall(GateRef glue, GateRef thisValue,
149 DEFVARIABLE(thisObj, VariableType::JS_ANY(), thisValue);
254 void ContainersStubBuilder::DequeCommonFuncCall(GateRef glue, GateRef thisValue,
258 DEFVARIABLE(thisObj, VariableType::JS_ANY(), thisValue);
366 void ContainersStubBuilder::ContainersLightWeightCall(GateRef glue, GateRef thisValue,
370 DEFVARIABLE(thisObj, VariableType::JS_ANY(), thisValue);
476 void ContainersStubBuilder::ContainersHashCall(GateRef glue, GateRef thisValue,
480 DEFVARIABLE(thisObj, VariableType::JS_ANY(), thisValue);
613 void ContainersStubBuilder::ContainersLinkedListCall(GateRef glue, GateRef thisValue,
617 DEFVARIABLE(thisObj, VariableType::JS_ANY(), thisValue);