Lines Matching refs:CJS_Runtime
17 class CJS_Runtime; variable
33 CJS_Value(CJS_Runtime* pRuntime);
34 CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Value> pValue, Type t);
35 CJS_Value(CJS_Runtime* pRuntime, const int& iValue);
36 CJS_Value(CJS_Runtime* pRuntime, const double& dValue);
37 CJS_Value(CJS_Runtime* pRuntime, const float& fValue);
38 CJS_Value(CJS_Runtime* pRuntime, const bool& bValue);
39 CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Object>);
40 CJS_Value(CJS_Runtime* pRuntime, CJS_Object*);
41 CJS_Value(CJS_Runtime* pRuntime, CJS_Document*);
42 CJS_Value(CJS_Runtime* pRuntime, const FX_CHAR* pStr);
43 CJS_Value(CJS_Runtime* pRuntime, const FX_WCHAR* pWstr);
44 CJS_Value(CJS_Runtime* pRuntime, CJS_Array& array);
83 CJS_Runtime* GetJSRuntime() const { return m_pJSRuntime; } in GetJSRuntime()
88 CJS_Runtime* m_pJSRuntime;
94 CJS_PropValue(CJS_Runtime* pRuntime);
131 CJS_Array(CJS_Runtime* pRuntime);
141 CJS_Runtime* GetJSRuntime() const { return m_pJSRuntime; } in GetJSRuntime()
145 CJS_Runtime* m_pJSRuntime;
152 CJS_Date(CJS_Runtime* pRuntime);
153 CJS_Date(CJS_Runtime* pRuntime, double dMsec_time);
154 CJS_Date(CJS_Runtime* pRuntime,
194 CJS_Runtime* m_pJSRuntime;