Lines Matching refs:CFXJSE_Value
22 class CFXJSE_Value {
24 explicit CFXJSE_Value(v8::Isolate* pIsolate);
25 ~CFXJSE_Value();
56 void SetArray(const std::vector<std::unique_ptr<CFXJSE_Value>>& values);
60 CFXJSE_Value* lpPropValue);
62 CFXJSE_Value* lpPropValue);
63 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
64 bool SetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
69 CFXJSE_Value* lpPropValue);
70 bool SetFunctionBind(CFXJSE_Value* lpOldFunction, CFXJSE_Value* lpNewThis);
77 void Assign(const CFXJSE_Value* lpValue) { in Assign()
90 CFXJSE_Value();
91 CFXJSE_Value(const CFXJSE_Value&);
92 CFXJSE_Value& operator=(const CFXJSE_Value&);