Lines Matching refs:MaybeLocal

516   MaybeLocal<Value> maybe_result;  in ExecuteString()
523 MaybeLocal<Script> maybe_script; in ExecuteString()
724 MaybeLocal<Module> ResolveModuleCallback(Local<Context> context, in ResolveModuleCallback()
741 MaybeLocal<Module> Shell::FetchModuleTree(Local<Context> context, in FetchModuleTree()
749 return MaybeLocal<Module>(); in FetchModuleTree()
759 return MaybeLocal<Module>(); in FetchModuleTree()
778 return MaybeLocal<Module>(); in FetchModuleTree()
806 MaybeLocal<Promise> Shell::HostImportModuleDynamically( in HostImportModuleDynamically()
811 MaybeLocal<Promise::Resolver> maybe_resolver = in HostImportModuleDynamically()
822 return MaybeLocal<Promise>(); in HostImportModuleDynamically()
879 MaybeLocal<Value> maybe_result; in DoHostImportModuleDynamically()
911 MaybeLocal<Value> maybe_exception; in ExecuteModule()
919 MaybeLocal<Value> maybe_result; in ExecuteModule()
957 MaybeLocal<Function> PerIsolateData::GetTimeoutCallback() { in GetTimeoutCallback()
958 if (set_timeout_callbacks_.empty()) return MaybeLocal<Function>(); in GetTimeoutCallback()
964 MaybeLocal<Context> PerIsolateData::GetTimeoutContext() { in GetTimeoutContext()
965 if (set_timeout_contexts_.empty()) return MaybeLocal<Context>(); in GetTimeoutContext()
1077 MaybeLocal<Context> Shell::CreateRealm( in CreateRealm()
1079 v8::MaybeLocal<Value> global_object) { in CreateRealm()
1097 if (context.IsEmpty()) return MaybeLocal<Context>(); in CreateRealm()
1117 CreateRealm(args, -1, v8::MaybeLocal<Value>()); in RealmCreate()
1125 if (CreateRealm(args, -1, v8::MaybeLocal<Value>()).ToLocal(&context)) { in RealmCreateAllowCrossRealmAccess()
1145 v8::MaybeLocal<Value> global_object = context->Global(); in RealmNavigate()
1704 MaybeLocal<Value> result = fun->Call(context, Undefined(isolate), 1, argv); in Stringify()
2721 MaybeLocal<Value> result = in ExecuteInThread()
3224 MaybeLocal<Value> ReadValue(Local<Context> context) { in ReadValue()
3227 return MaybeLocal<Value>(); in ReadValue()
3240 MaybeLocal<SharedArrayBuffer> GetSharedArrayBufferFromId( in GetSharedArrayBufferFromId()
3249 return MaybeLocal<SharedArrayBuffer>(); in GetSharedArrayBufferFromId()
3252 MaybeLocal<WasmCompiledModule> GetWasmModuleFromId( in GetWasmModuleFromId()
3259 return MaybeLocal<WasmCompiledModule>(); in GetWasmModuleFromId()
3285 MaybeLocal<Value> Shell::DeserializeValue( in DeserializeValue()