• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:MaybeLocal

116 class MaybeLocal;  variable
411 friend class MaybeLocal;
456 class MaybeLocal {
458 V8_INLINE MaybeLocal() : val_(nullptr) {}
460 V8_INLINE MaybeLocal(Local<S> that)
1036 V8_INLINE MaybeLocal<T> EscapeMaybe(MaybeLocal<T> value) {
1310 typedef MaybeLocal<Module> (*ResolveCallback)(Local<Context> context,
1332 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Evaluate(Local<Context> context);
1359 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
1368 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Run(Local<Context> context);
1594 static V8_WARN_UNUSED_RESULT MaybeLocal<UnboundScript> CompileUnboundScript(
1610 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
1637 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
1668 static V8_WARN_UNUSED_RESULT MaybeLocal<Module> CompileModule(
1683 static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunctionInContext(
1714 static V8_WARN_UNUSED_RESULT MaybeLocal<UnboundScript> CompileUnboundInternal(
1732 V8_WARN_UNUSED_RESULT MaybeLocal<String> GetSourceLine(
1967 MaybeLocal<Value> Parse(Isolate* isolate,
1969 static V8_WARN_UNUSED_RESULT MaybeLocal<Value> Parse(
1979 static V8_WARN_UNUSED_RESULT MaybeLocal<String> Stringify(
2140 virtual MaybeLocal<Object> ReadHostObject(Isolate* isolate);
2146 virtual MaybeLocal<WasmCompiledModule> GetWasmModuleFromId(
2153 virtual MaybeLocal<SharedArrayBuffer> GetSharedArrayBufferFromId(
2171 V8_WARN_UNUSED_RESULT MaybeLocal<Value> ReadValue(Local<Context> context);
2515 V8_WARN_UNUSED_RESULT MaybeLocal<BigInt> ToBigInt(
2517 V8_WARN_UNUSED_RESULT MaybeLocal<Boolean> ToBoolean(
2519 V8_WARN_UNUSED_RESULT MaybeLocal<Number> ToNumber(
2521 V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
2523 V8_WARN_UNUSED_RESULT MaybeLocal<String> ToDetailString(
2525 V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
2527 V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
2529 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToUint32(
2531 V8_WARN_UNUSED_RESULT MaybeLocal<Int32> ToInt32(Local<Context> context) const;
2555 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToArrayIndex(
2889 static V8_WARN_UNUSED_RESULT MaybeLocal<String> NewFromUtf8(
2895 static V8_WARN_UNUSED_RESULT MaybeLocal<String> NewFromOneByte(
2908 static V8_WARN_UNUSED_RESULT MaybeLocal<String> NewFromTwoByte(
2930 static V8_WARN_UNUSED_RESULT MaybeLocal<String> NewExternalTwoByte(
2956 static V8_WARN_UNUSED_RESULT MaybeLocal<String> NewExternalOneByte(
3200 static MaybeLocal<BigInt> NewFromWords(Local<Context> context, int sign_bit,
3397 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
3401 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
3415 V8_WARN_UNUSED_RESULT MaybeLocal<Value> GetOwnPropertyDescriptor(
3452 MaybeLocal<Value> data = MaybeLocal<Value>(),
3496 MaybeLocal<Value> GetPrivate(Local<Context> context, Local<Private> key);
3505 V8_WARN_UNUSED_RESULT MaybeLocal<Array> GetPropertyNames(
3507 V8_WARN_UNUSED_RESULT MaybeLocal<Array> GetPropertyNames(
3518 V8_WARN_UNUSED_RESULT MaybeLocal<Array> GetOwnPropertyNames(
3527 V8_WARN_UNUSED_RESULT MaybeLocal<Array> GetOwnPropertyNames(
3557 V8_WARN_UNUSED_RESULT MaybeLocal<String> ObjectProtoToString(
3646 V8_WARN_UNUSED_RESULT MaybeLocal<Value> GetRealNamedPropertyInPrototypeChain(
3663 V8_WARN_UNUSED_RESULT MaybeLocal<Value> GetRealNamedProperty(
3723 V8_WARN_UNUSED_RESULT MaybeLocal<Value> CallAsFunction(Local<Context> context,
3733 V8_WARN_UNUSED_RESULT MaybeLocal<Value> CallAsConstructor(
3750 MaybeLocal<Array> PreviewEntries(bool* is_key_value);
3791 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
3793 V8_WARN_UNUSED_RESULT MaybeLocal<Map> Set(Local<Context> context,
3827 V8_WARN_UNUSED_RESULT MaybeLocal<Set> Add(Local<Context> context,
4084 static MaybeLocal<Function> New(
4094 V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
4097 V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
4107 V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstanceWithSideEffectType(
4114 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Call(Local<Context> context,
4193 static V8_WARN_UNUSED_RESULT MaybeLocal<Resolver> New(
4224 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Catch(Local<Context> context,
4227 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Then(Local<Context> context,
4343 static MaybeLocal<Proxy> New(Local<Context> context,
4420 static MaybeLocal<WasmCompiledModule> FromTransferrableModule(
4440 static MaybeLocal<WasmCompiledModule> DeserializeOrCompile(
4446 static MaybeLocal<WasmCompiledModule> Deserialize(
4449 static MaybeLocal<WasmCompiledModule> Compile(Isolate* isolate,
4502 void Abort(MaybeLocal<Value> exception);
4531 void Abort(MaybeLocal<Value> exception);
5172 static V8_WARN_UNUSED_RESULT MaybeLocal<Value> New(Local<Context> context,
5311 static V8_WARN_UNUSED_RESULT MaybeLocal<RegExp> New(Local<Context> context,
5806 static MaybeLocal<FunctionTemplate> FromSnapshot(Isolate* isolate,
5820 V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
5830 V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewRemoteInstance();
6112 static MaybeLocal<ObjectTemplate> FromSnapshot(Isolate* isolate,
6117 V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(Local<Context> context);
6564 typedef MaybeLocal<Promise> (*HostImportModuleDynamicallyCallback)(
7635 V8_INLINE MaybeLocal<T> GetDataFromSnapshotOnce(size_t index);
8599 friend class MaybeLocal;
8891 V8_WARN_UNUSED_RESULT MaybeLocal<Value> StackTrace(
9047 MaybeLocal<ObjectTemplate> global_template = MaybeLocal<ObjectTemplate>(),
9048 MaybeLocal<Value> global_object = MaybeLocal<Value>(),
9071 static MaybeLocal<Context> FromSnapshot(
9076 MaybeLocal<Value> global_object = MaybeLocal<Value>());
9095 static MaybeLocal<Object> NewRemoteContext(
9097 MaybeLocal<Value> global_object = MaybeLocal<Value>());
9209 V8_INLINE MaybeLocal<T> GetDataFromSnapshotOnce(size_t index);
9618 Local<T> MaybeLocal<T>::ToLocalChecked() {
10691 MaybeLocal<T> Isolate::GetDataFromSnapshotOnce(size_t index) {
10755 MaybeLocal<T> Context::GetDataFromSnapshotOnce(size_t index) {