Searched defs:ToV8Object (Results 1 – 2 of 2) sorted by relevance
55 v8::Local<v8::Object> ToV8Object() { return m_pV8Object.Get(m_pIsolate); } in ToV8Object() function
126 v8::Local<v8::Object> CJS_Value::ToV8Object() const { in ToV8Object() function in CJS_Value