Home
last modified time | relevance | path

Searched refs:Local (Results 1 - 25 of 613) sorted by relevance

12345678910>>...25

/third_party/node/deps/v8/include/
H A Dv8-object.h36 Local<Value> Name() const;
41 static Local<Private> New(Isolate* isolate,
42 Local<String> name = Local<String>());
53 static Local<Private> ForApi(Isolate* isolate, Local<String> name);
78 * v8::PropertyDescriptor d(Local<Value>()), false);
88 * v8::PropertyDescriptor d(v8::Undefined(isolate), Local<Value>()));
97 explicit PropertyDescriptor(Local<Value> value);
100 PropertyDescriptor(Local<Valu
[all...]
H A Dv8-template.h52 void Set(Local<Name> name, Local<Data> value,
54 void SetPrivate(Local<Private> name, Local<Data> value,
56 V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value,
60 Local<Name> name,
61 Local<FunctionTemplate> getter = Local<FunctionTemplate>(),
62 Local<FunctionTemplate> setter = Local<FunctionTemplat
890 SetIndexedPropertyHandler( IndexedPropertyGetterCallback getter, IndexedPropertySetterCallback setter = nullptr, IndexedPropertyQueryCallback query = nullptr, IndexedPropertyDeleterCallback deleter = nullptr, IndexedPropertyEnumeratorCallback enumerator = nullptr, Local<Value> data = Local<Value>()) SetIndexedPropertyHandler() argument
[all...]
H A Dv8-exception.h33 static Local<Value> RangeError(Local<String> message);
34 static Local<Value> ReferenceError(Local<String> message);
35 static Local<Value> SyntaxError(Local<String> message);
36 static Local<Value> TypeError(Local<String> message);
37 static Local<Value> WasmCompileError(Local<Strin
[all...]
H A Dv8-typed-array.h53 static Local<Uint8Array> New(Local<ArrayBuffer> array_buffer,
55 static Local<Uint8Array> New(Local<SharedArrayBuffer> shared_array_buffer,
74 static Local<Uint8ClampedArray> New(Local<ArrayBuffer> array_buffer,
76 static Local<Uint8ClampedArray> New(
77 Local<SharedArrayBuffer> shared_array_buffer, size_t byte_offset,
96 static Local<Int8Array> New(Local<ArrayBuffe
[all...]
H A Dv8-script.h44 Local<Value> GetResourceName();
51 Local<PrimitiveArray> GetHostDefinedOptions();
52 Local<Data> HostDefinedOptions();
63 Local<Script> BindToCurrentContext();
66 Local<Value> GetScriptName();
71 Local<Value> GetSourceURL();
75 Local<Value> GetSourceMappingURL();
114 Local<String> GetSpecifier() const;
135 Local<FixedArray> GetImportAssertions() const;
172 Local<Valu
[all...]
H A Dv8-callbacks.h72 Local<UnboundScript> script;
221 using MessageCallback = void (*)(Local<Message> message, Local<Value> data);
250 using AllowCodeGenerationFromStringsCallback = bool (*)(Local<Context> context,
251 Local<String> source);
275 using FailedAccessCheckCallback = void (*)(Local<Object> target,
276 AccessType type, Local<Value> data);
283 ModifyCodeGenerationFromStringsResult (*)(Local<Context> context,
284 Local<Value> source);
286 ModifyCodeGenerationFromStringsResult (*)(Local<Contex
[all...]
H A Dv8-message.h64 V8_INLINE ScriptOrigin(Isolate* isolate, Local<Value> resource_name, in ScriptOrigin() argument
69 Local<Value> source_map_url = Local<Value>(), in ScriptOrigin()
72 Local<Data> host_defined_options = Local<Data>()) in ScriptOrigin()
85 V8_INLINE Local<Value> ResourceName() const;
89 V8_INLINE Local<Value> SourceMapUrl() const;
91 Local<PrimitiveArray> HostDefinedOptions() const;
92 V8_INLINE Local<Data> GetHostDefinedOptions() const;
98 Local<Valu
[all...]
H A Dv8-container.h31 static Local<Array> New(Isolate* isolate, int length = 0);
34 * Creates a JavaScript array out of a Local<Value> array in C++
37 static Local<Array> New(Isolate* isolate, Local<Value>* elements,
58 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
59 Local<Value> key);
60 V8_WARN_UNUSED_RESULT MaybeLocal<Map> Set(Local<Context> context,
61 Local<Value> key,
62 Local<Value> value);
63 V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Contex
[all...]
H A Dv8-promise.h38 Local<Context> context);
43 Local<Promise> GetPromise();
49 V8_WARN_UNUSED_RESULT Maybe<bool> Resolve(Local<Context> context,
50 Local<Value> value);
52 V8_WARN_UNUSED_RESULT Maybe<bool> Reject(Local<Context> context,
53 Local<Value> value);
73 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Catch(Local<Context> context,
74 Local<Function> handler);
76 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Then(Local<Context> context,
77 Local<Functio
[all...]
H A Dv8-function.h33 Local<Context> context, FunctionCallback callback,
34 Local<Value> data = Local<Value>(), int length = 0,
39 Local<Context> context, int argc, Local<Value> argv[]) const;
42 Local<Context> context) const { in NewInstance()
52 Local<Context> context, int argc, Local<Value> argv[],
55 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Call(Local<Context> context,
56 Local<Valu
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h34 Local<Value> Name() const;
39 static Local<Private> New(Isolate* isolate,
40 Local<String> name = Local<String>());
51 static Local<Private> ForApi(Isolate* isolate, Local<String> name);
76 * v8::PropertyDescriptor d(Local<Value>()), false);
86 * v8::PropertyDescriptor d(v8::Undefined(isolate), Local<Value>()));
95 explicit PropertyDescriptor(Local<Value> value);
98 PropertyDescriptor(Local<Valu
[all...]
H A Dv8-template.h53 void Set(Local<Name> name, Local<Data> value,
55 void SetPrivate(Local<Private> name, Local<Data> value,
57 V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value,
61 Local<Name> name,
62 Local<FunctionTemplate> getter = Local<FunctionTemplate>(),
63 Local<FunctionTemplate> setter = Local<FunctionTemplat
854 SetIndexedPropertyHandler( IndexedPropertyGetterCallback getter, IndexedPropertySetterCallback setter = nullptr, IndexedPropertyQueryCallback query = nullptr, IndexedPropertyDeleterCallback deleter = nullptr, IndexedPropertyEnumeratorCallback enumerator = nullptr, Local<Value> data = Local<Value>()) SetIndexedPropertyHandler() argument
[all...]
H A Dv8-script.h46 Local<Value> GetResourceName();
52 Local<Data> HostDefinedOptions();
63 Local<Script> BindToCurrentContext();
66 Local<Value> GetScriptName();
71 Local<Value> GetSourceURL();
75 Local<Value> GetSourceMappingURL();
100 Local<Value> GetSourceURL();
104 Local<Value> GetSourceMappingURL();
128 Local<String> GetSpecifier() const;
150 Local<FixedArra
[all...]
H A Dv8-exception.h33 static Local<Value> RangeError(Local<String> message);
34 static Local<Value> ReferenceError(Local<String> message);
35 static Local<Value> SyntaxError(Local<String> message);
36 static Local<Value> TypeError(Local<String> message);
37 static Local<Value> WasmCompileError(Local<Strin
[all...]
H A Dv8-callbacks.h74 Local<UnboundScript> script;
229 using MessageCallback = void (*)(Local<Message> message, Local<Value> data);
262 using AllowCodeGenerationFromStringsCallback = bool (*)(Local<Context> context,
263 Local<String> source);
287 using FailedAccessCheckCallback = void (*)(Local<Object> target,
288 AccessType type, Local<Value> data);
295 ModifyCodeGenerationFromStringsResult (*)(Local<Context> context,
296 Local<Value> source);
298 ModifyCodeGenerationFromStringsResult (*)(Local<Contex
[all...]
H A Dv8-typed-array.h53 static Local<Uint8Array> New(Local<ArrayBuffer> array_buffer,
55 static Local<Uint8Array> New(Local<SharedArrayBuffer> shared_array_buffer,
74 static Local<Uint8ClampedArray> New(Local<ArrayBuffer> array_buffer,
76 static Local<Uint8ClampedArray> New(
77 Local<SharedArrayBuffer> shared_array_buffer, size_t byte_offset,
96 static Local<Int8Array> New(Local<ArrayBuffe
[all...]
H A Dv8-container.h31 static Local<Array> New(Isolate* isolate, int length = 0);
34 * Creates a JavaScript array out of a Local<Value> array in C++
37 static Local<Array> New(Isolate* isolate, Local<Value>* elements,
58 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
59 Local<Value> key);
60 V8_WARN_UNUSED_RESULT MaybeLocal<Map> Set(Local<Context> context,
61 Local<Value> key,
62 Local<Value> value);
63 V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Contex
[all...]
H A Dv8-promise.h38 Local<Context> context);
43 Local<Promise> GetPromise();
49 V8_WARN_UNUSED_RESULT Maybe<bool> Resolve(Local<Context> context,
50 Local<Value> value);
52 V8_WARN_UNUSED_RESULT Maybe<bool> Reject(Local<Context> context,
53 Local<Value> value);
73 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Catch(Local<Context> context,
74 Local<Function> handler);
76 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Then(Local<Context> context,
77 Local<Functio
[all...]
H A Dv8-message.h64 V8_INLINE ScriptOrigin(Isolate* isolate, Local<Value> resource_name, in ScriptOrigin() argument
69 Local<Value> source_map_url = Local<Value>(), in ScriptOrigin()
72 Local<Data> host_defined_options = Local<Data>()) in ScriptOrigin()
85 V8_INLINE Local<Value> ResourceName() const;
89 V8_INLINE Local<Value> SourceMapUrl() const;
90 V8_INLINE Local<Data> GetHostDefinedOptions() const;
96 Local<Value> resource_name_;
101 Local<Valu
[all...]
H A Dv8-context.h62 Local<Object> Global();
88 static Local<Context> New(
140 Isolate* isolate, Local<ObjectTemplate> global_template,
147 void SetSecurityToken(Local<Value> token);
153 Local<Value> GetSecurityToken();
185 Local<Object> obj, std::vector<Local<Object>>& children_out) = 0;
229 V8_INLINE Local<Value> GetEmbedderData(int index);
237 Local<Object> GetExtrasBindingObject();
244 void SetEmbedderData(int index, Local<Valu
[all...]
H A Dv8-function.h33 Local<Context> context, FunctionCallback callback,
34 Local<Value> data = Local<Value>(), int length = 0,
39 Local<Context> context, int argc, Local<Value> argv[]) const;
42 Local<Context> context) const { in NewInstance()
52 Local<Context> context, int argc, Local<Value> argv[],
55 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Call(Local<Context> context,
56 Local<Valu
[all...]
H A Dv8-local-handle.h19 class Local;
74 // Called when ToLocalChecked is called on an empty Local.
155 friend class Local;
184 friend class Local;
225 * Local handles are light-weight and transient and typically used in local
237 * handle (for instance, to extract the Object* from a Local<Object>); the value
242 class Local : public LocalBase<T> { class
244 V8_INLINE Local() = default;
247 V8_INLINE Local(Local< function in v8::Local
378 V8_INLINE explicit Local<T>(const LocalBase<T>& other) Local() function in v8::Local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.cc26 void reportError(v8::Local<v8::Context> context, const v8::TryCatch& tryCatch) { in reportError()
33 v8::Local<v8::String> message = tryCatch.Message()->Get(); in reportError()
34 v8::Local<v8::String> prefix = in reportError()
37 std::vector<v8::Local<v8::Value>> arguments; in reportError()
48 void reportError(v8::Local<v8::Context> context, const v8::TryCatch& tryCatch, in reportError()
55 InjectedScript* getInjectedScript(v8::Local<v8::Context> context, in getInjectedScript()
67 v8::Local<v8::Context> context, in substituteObjectTags()
68 v8::Local<v8::Array> jsonML, int maxDepth) { in substituteObjectTags()
79 v8::Local<v8::Value> firstValue; in substituteObjectTags()
84 v8::Local<v in substituteObjectTags()
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h47 void SetContextId(Local<Context> context, int id);
48 int GetContextId(Local<Context> context);
54 Local<String> GetBigIntDescription(Isolate* isolate, Local<BigInt> bigint);
57 Local<String> GetDateDescription(Local<Date> date);
60 Local<String> GetFunctionDescription(Local<Function> function);
75 MaybeLocal<Array> GetInternalProperties(Isolate* isolate, Local<Value> value);
88 V8_EXPORT_PRIVATE bool GetPrivateMembers(Local<Contex
[all...]
/third_party/node/src/api/
H A Dcallback.cc13 using v8::Local;
20 Local<Object> object, in CallbackScope()
25 Local<Object> object, in CallbackScope()
48 Local<Object> object, in InternalCallbackScope()
67 Local<Context> current_context = isolate->GetCurrentContext(); in InternalCallbackScope()
135 Local<Context> context = env_->context(); in Close()
154 Local<Object> process = env_->process_object(); in Close()
158 Local<Function> tick_callback = env_->tick_callback_function(); in Close()
171 Local<Object> resource, in InternalMakeCallback()
172 Local<Objec in InternalMakeCallback()
[all...]

Completed in 14 milliseconds

12345678910>>...25