Lines Matching refs:GetCurrentContext
329 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JS_Parse()
347 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JS_Execute()
366 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JS_NewFxDynamicObj()
423 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JS_GetThisObj()
530 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JS_GetPrivate()
568 …if (!pObj->Get(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName)).ToLocal(&va… in JS_GetObjectElement()
576 …if (!pObj->GetPropertyNames(pJSRuntime->GetCurrentContext()).ToLocal(&val)) return v8::Local<v8::A… in JS_GetObjectElementNames()
583 …pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime, PropertyName), WSToJSString(pJ… in JS_PutObjectString()
589 …pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Int32::New(pJ… in JS_PutObjectNumber()
595 …pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Number::New(p… in JS_PutObjectNumber()
601 …pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Number::New(p… in JS_PutObjectNumber()
607 …pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Boolean::New(… in JS_PutObjectBoolean()
613 pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),pPut).FromJust(); in JS_PutObjectObject()
619 …pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Local<v8::Obj… in JS_PutObjectNull()
630 if (pArray->Set(pJSRuntime->GetCurrentContext(), index, pValue).IsNothing()) return 0; in JS_PutArrayElement()
638 …if (pArray->Get(pJSRuntime->GetCurrentContext(), index).ToLocal(&val)) return v8::Local<v8::Value>… in JS_GetArrayElement()
698 return v8::Date::New(pJSRuntime->GetCurrentContext(), d).ToLocalChecked(); in JS_NewDate()
709 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext(); in JS_GetListValue()
725 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext(); in JS_ToInt32()
732 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext(); in JS_ToBoolean()
739 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext(); in JS_ToNumber()
746 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext(); in JS_ToObject()
753 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext(); in JS_ToString()
761 v8::Local<v8::Context> context = pJSRuntime->GetCurrentContext(); in JS_ToArray()
993 v8::Local<v8::Context> context = pIsolate->GetCurrentContext(); in JS_DateParse()