Lines Matching refs:CFXJSE_Value
22 class CFXJSE_Value {
24 explicit CFXJSE_Value(v8::Isolate* pIsolate);
25 ~CFXJSE_Value();
58 void SetArray(const std::vector<std::unique_ptr<CFXJSE_Value>>& values);
62 CFXJSE_Value* lpPropValue);
64 CFXJSE_Value* lpPropValue);
65 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
66 bool SetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
71 CFXJSE_Value* lpPropValue);
72 bool SetFunctionBind(CFXJSE_Value* lpOldFunction, CFXJSE_Value* lpNewThis);
73 bool Call(CFXJSE_Value* lpReceiver,
74 CFXJSE_Value* lpRetValue,
76 CFXJSE_Value** lpArgs);
83 void Assign(const CFXJSE_Value* lpValue) { in Assign()
96 CFXJSE_Value();
97 CFXJSE_Value(const CFXJSE_Value&);
98 CFXJSE_Value& operator=(const CFXJSE_Value&);