Lines Matching refs:MaybeLocal
205 using ResolveModuleCallback = MaybeLocal<Module> (*)(
229 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Evaluate(Local<Context> context);
275 * exception was thrown) and return an empy MaybeLocal to indicate falure
279 MaybeLocal<Value> (*)(Local<Context> context, Local<Module> module);
328 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
337 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Run(Local<Context> context);
338 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Run(Local<Context> context,
618 static V8_WARN_UNUSED_RESULT MaybeLocal<UnboundScript> CompileUnboundScript(
634 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
665 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
696 static V8_WARN_UNUSED_RESULT MaybeLocal<Module> CompileModule(
708 static V8_WARN_UNUSED_RESULT MaybeLocal<Module> CompileModule(
723 static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunctionInContext(
731 static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunction(
762 static V8_WARN_UNUSED_RESULT MaybeLocal<UnboundScript> CompileUnboundInternal(
766 static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunctionInternal(