Searched refs:NewJSContext (Results 1 – 3 of 3) sorted by relevance
56 v8::Handle<v8::Context> NewJSContext();
120 v8::Local<v8::Context> context = m_pRuntime->NewJSContext(); in RunScript()130 v8::Local<v8::Context> context = m_pRuntime->NewJSContext(); in Compile()
317 v8::Handle<v8::Context> CJS_Runtime::NewJSContext() in NewJSContext() function in CJS_Runtime