Searched refs:ToV8Value (Results 1 – 3 of 3) sorted by relevance
88 Attach(pValue->ToV8Value(), pValue->GetType()); in Attach()140 v8::Local<v8::Value> CJS_Value::ToV8Value() const in ToV8Value() function in CJS_Value238 m_pValue = value.ToV8Value(); in operator =()501 JS_PutArrayElement(m_isolate, m_pArray, index, value.ToV8Value(), value.GetType()); in SetElement()
138 info.GetReturnValue().Set(valueRes.ToV8Value()); in JSMethod()405 info.GetReturnValue().Set(valueRes.ToV8Value()); in JSGlobalFunc()452 if (JS_DefineGlobalConst(pRuntime, (const wchar_t*)ArrayName, prop.ToV8Value()) < 0)\
51 v8::Local<v8::Value> ToV8Value() const;