Home | History | Annotate | Download | only in javascript

Lines Matching defs:pIsolate

136   v8::Isolate* pIsolate = pRuntime->GetIsolate();
137 v8::TryCatch try_catch(pIsolate);
139 m_pValue->ToNumber(pIsolate->GetCurrentContext());
658 v8::Isolate* pIsolate = v8::Isolate::GetCurrent();
659 v8::Isolate::Scope isolate_scope(pIsolate);
660 v8::HandleScope scope(pIsolate);
662 v8::Local<v8::Context> context = pIsolate->GetCurrentContext();
667 ->Get(context, v8::String::NewFromUtf8(pIsolate, "Date",
673 v = o->Get(context, v8::String::NewFromUtf8(pIsolate, "parse",
681 CJS_Runtime::CurrentRuntimeFromIsolate(pIsolate)->NewString(