Lines Matching refs:MaybeLocal
190 using ResolveModuleCallback = MaybeLocal<Module> (*)(
214 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Evaluate(Local<Context> context);
260 * exception was thrown) and return an empy MaybeLocal to indicate falure
264 MaybeLocal<Value> (*)(Local<Context> context, Local<Module> module);
303 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
312 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Run(Local<Context> context);
313 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Run(Local<Context> context,
549 static V8_WARN_UNUSED_RESULT MaybeLocal<UnboundScript> CompileUnboundScript(
565 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
595 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
626 static V8_WARN_UNUSED_RESULT MaybeLocal<Module> CompileModule(
638 static V8_WARN_UNUSED_RESULT MaybeLocal<Module> CompileModule(
652 static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunctionInContext(
659 static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunction(
690 static V8_WARN_UNUSED_RESULT MaybeLocal<UnboundScript> CompileUnboundInternal(
694 static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunctionInternal(