Searched refs:CFXJSE_Value (Results 1 – 8 of 8) sorted by relevance
14 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsUndefined()18 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsNull()22 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsBoolean()26 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsUTF8String()30 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsNumber()34 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsInteger()38 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsObject()42 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsArray()46 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsFunction()50 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_Value_IsDate()[all …]
10 class CFXJSE_Value {12 CFXJSE_Value(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {} in CFXJSE_Value() function15 CFXJSE_Value();16 CFXJSE_Value(const CFXJSE_Value&);17 CFXJSE_Value& operator=(const CFXJSE_Value&);192 void SetArray(uint32_t uValueCount, CFXJSE_Value** rgValues);197 CFXJSE_Value* lpPropValue);199 CFXJSE_Value* lpPropValue);200 FX_BOOL GetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);201 FX_BOOL SetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);[all …]
21 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_DynPropGetterAdapter_MethodCallback()23 CFXJSE_Value* lpRetValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_DynPropGetterAdapter_MethodCallback()51 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hValue); in FXJSE_DynPropGetterAdapter()123 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter()124 CFXJSE_Value* lpNewValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter()145 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_setter()146 CFXJSE_Value* lpNewValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_setter()243 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8ProxyCallback_defineProperty()244 CFXJSE_Value* lpPropValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8ProxyCallback_defineProperty()268 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8ProxyCallback_delete()[all …]
64 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8FunctionCallback_Wrapper()66 CFXJSE_Value* lpRetValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8FunctionCallback_Wrapper()87 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8ClassGlobalConstructorCallback_Wrapper()89 CFXJSE_Value* lpRetValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8ClassGlobalConstructorCallback_Wrapper()111 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8GetterCallback_Wrapper()112 CFXJSE_Value* lpPropValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8GetterCallback_Wrapper()133 CFXJSE_Value* lpThisValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8SetterCallback_Wrapper()134 CFXJSE_Value* lpPropValue = CFXJSE_Value::Create(info.GetIsolate()); in FXJSE_V8SetterCallback_Wrapper()169 CFXJSE_Value* lpArgValue = CFXJSE_Value::Create(v8::Isolate::GetCurrent()); in GetValue()
32 CFXJSE_Value* lpValue = CFXJSE_Value::Create(pContext->GetRuntime()); in FXJSE_Context_GetGlobalObject()67 szScript, reinterpret_cast<CFXJSE_Value*>(hRetValue), in FXJSE_ExecuteScript()68 reinterpret_cast<CFXJSE_Value*>(hNewThisObject)); in FXJSE_ExecuteScript()108 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hRetValue); in FXJSE_ReturnValue_GetMessage()130 CFXJSE_Value* lpValue = reinterpret_cast<CFXJSE_Value*>(hRetValue); in FXJSE_ReturnValue_GetLineInfo()183 void CFXJSE_Context::GetGlobalObject(CFXJSE_Value* pValue) { in GetGlobalObject()192 CFXJSE_Value* lpRetValue, in ExecuteScript()193 CFXJSE_Value* lpNewThisObject) { in ExecuteScript()
10 class CFXJSE_Value; variable21 void GetGlobalObject(CFXJSE_Value* pValue);23 CFXJSE_Value* lpRetValue,24 CFXJSE_Value* lpNewThisObject = NULL);
10 class CFXJSE_Value; variable27 CFXJSE_Value* pValue,40 friend class CFXJSE_Value; variable44 CFXJSE_Value* m_pRetValue;
297 ((CFXJSE_Value*)hValue)->ForceSetValue(propvalue);319 GetIsolate(), ((CFXJSE_Value*)hValue)->DirectGetValue());