Searched refs:thisValue (Results 1 – 7 of 7) sorted by relevance
124 Value thisValue = this.values[index]; in generalize() local132 if (thisValue != null && in generalize()134 thisValue.computationalType() == otherValue.computationalType()) in generalize()136 Value newValue = thisValue.generalize(otherValue); in generalize()138 changed = changed || !thisValue.equals(newValue); in generalize()144 changed = changed || thisValue != null; in generalize()295 Value thisValue = this.values[index]; in equals() local303 if (thisValue != null && in equals()305 thisValue.computationalType() == otherValue.computationalType() && in equals()306 !thisValue.equals(otherValue)) in equals()
133 Value thisValue = this.values[index]; in generalize() local135 if (thisValue != null) in generalize()143 newValue = thisValue.generalize(otherValue); in generalize()146 changed = changed || !thisValue.equals(newValue); in generalize()516 Value thisValue = this.values[index]; in equals() local518 if (thisValue == null ? otherValue != null : in equals()519 !thisValue.equals(otherValue)) in equals()
19 JS_PROP(thisValue); /* this */
18 void CJX_Xfa::thisValue(CFXJSE_Value* pValue, in thisValue() function in CJX_Xfa
181 Value thisValue = getStaticFieldValue(classID, "THIS_OBJECT"); in testGetValues009_ThisObject() local185 suspensionMethodInfo.addVariable("this", thisValue); in testGetValues009_ThisObject()187 methodInfo.addVariable("this", thisValue); in testGetValues009_ThisObject()
1666 Address thisValue = CGF.LoadCXXThisAddress(); in Emit() local1668 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy); in Emit()
812 {0x2d574d58, L"this", (XFA_ATTRIBUTE_CALLBACK)&CJX_Xfa::thisValue,