Home | History | Annotate | Download | only in jsapi

Lines Matching refs:GetCurrentContext

329         v8::Local<v8::Context> context = isolate->GetCurrentContext();
347 v8::Local<v8::Context> context = isolate->GetCurrentContext();
366 v8::Local<v8::Context> context = isolate->GetCurrentContext();
423 v8::Local<v8::Context> context = isolate->GetCurrentContext();
530 v8::Local<v8::Context> context = isolate->GetCurrentContext();
568 if (!pObj->Get(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName)).ToLocal(&val)) return v8::Local<v8::Value>();
576 if (!pObj->GetPropertyNames(pJSRuntime->GetCurrentContext()).ToLocal(&val)) return v8::Local<v8::Array>();
583 pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime, PropertyName), WSToJSString(pJSRuntime, sValue)).FromJust();
589 pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Int32::New(pJSRuntime, nValue)).FromJust();
595 pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Number::New(pJSRuntime, (double)fValue)).FromJust();
601 pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Number::New(pJSRuntime, (double)dValue)).FromJust();
607 pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Boolean::New(pJSRuntime, bValue)).FromJust();
613 pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),pPut).FromJust();
619 pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Local<v8::Object>()).FromJust();
630 if (pArray->Set(pJSRuntime->GetCurrentContext(), index, pValue).IsNothing()) return 0;
638 if (pArray->Get(pJSRuntime->GetCurrentContext(), index).ToLocal(&val)) return v8::Local<v8::Value>();
698 return v8::Date::New(pJSRuntime->GetCurrentContext(), d).ToLocalChecked();
709 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext();
725 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext();
732 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext();
739 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext();
746 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext();
753 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext();
761 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext();
993 v8::Local<v8::Context> context = pIsolate->GetCurrentContext();