Home
last modified time | relevance | path

Searched defs:isolate (Results 176 - 200 of 756) sorted by relevance

12345678910>>...31

/third_party/node/deps/v8/src/objects/
H A Doption-utils.h47 GetStringOption( Isolate* isolate, Handle<JSReceiver> options, const char* name, const char* method_name, const std::vector<const char*>& str_values, const std::vector<T>& enum_values, T default_value) GetStringOption() argument
73 GetStringOrBooleanOption( Isolate* isolate, Handle<JSReceiver> options, const char* property, const char* method, const std::vector<const char*>& str_values, const std::vector<T>& enum_values, T true_value, T false_value, T fallback_value) GetStringOrBooleanOption() argument
[all...]
H A Doption-utils.cc14 MaybeHandle<JSReceiver> GetOptionsObject(Isolate* isolate, in GetOptionsObject() argument
33 MaybeHandle<JSReceiver> CoerceOptionsToObject(Isolate* isolate, in CoerceOptionsToObject() argument
48 Maybe<bool> GetStringOption(Isolate* isolate, Handl argument
99 GetBoolOption(Isolate* isolate, Handle<JSReceiver> options, const char* property, const char* method_name, bool* result) GetBoolOption() argument
127 DefaultNumberOption(Isolate* isolate, Handle<Object> value, int min, int max, int fallback, Handle<String> property) DefaultNumberOption() argument
158 GetNumberOption(Isolate* isolate, Handle<JSReceiver> options, Handle<String> property, int min, int max, int fallback) GetNumberOption() argument
[all...]
H A Dsynthetic-module.cc21 Maybe<bool> SyntheticModule::SetExport(Isolate* isolate, in SetExport() argument
40 void SyntheticModule::SetExportStrict(Isolate* isolate, in SetExportStrict() argument
54 ResolveExport( Isolate* isolate, Handle<SyntheticModule> module, Handle<String> module_specifier, Handle<String> export_name, MessageLocation loc, bool must_resolve) ResolveExport() argument
71 PrepareInstantiate(Isolate* isolate, Handle<SyntheticModule> module, v8::Local<v8::Context> context) PrepareInstantiate() argument
93 FinishInstantiate(Isolate* isolate, Handle<SyntheticModule> module) FinishInstantiate() argument
101 Evaluate(Isolate* isolate, Handle<SyntheticModule> module) Evaluate() argument
[all...]
H A Dtemplate-objects.cc18 GetTemplateObject( Isolate* isolate, Handle<NativeContext> native_context, Handle<TemplateObjectDescription> description, Handle<SharedFunctionInfo> shared_info, int slot_id) GetTemplateObject() argument
87 New( Isolate* isolate, int slot_id, Handle<JSArray> template_object, Handle<HeapObject> next) New() argument
[all...]
H A Dcompilation-cache-table-inl.h97 InfoCellPair::InfoCellPair(Isolate* isolate, SharedFunctionInfo shared, in InfoCellPair() argument
H A Djs-segment-iterator.cc32 Create( Isolate* isolate, icu::BreakIterator* break_iterator, JSSegmenter::Granularity granularity) Create() argument
71 Next( Isolate* isolate, Handle<JSSegmentIterator> segment_iterator) Next() argument
[all...]
H A Dproperty-array-inl.h126 void PropertyArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
H A Dproperty-descriptor.cc43 bool ToPropertyDescriptorFastPath(Isolate* isolate, Handle<JSReceiver> obj, in ToPropertyDescriptorFastPath() argument
124 ToObject(Isolate* isolate) ToObject() argument
186 ToPropertyDescriptor(Isolate* isolate, Handle<Object> obj, PropertyDescriptor* desc) ToPropertyDescriptor() argument
301 CompletePropertyDescriptor(Isolate* isolate, PropertyDescriptor* desc) CompletePropertyDescriptor() argument
342 ToPropertyDescriptorObject( Isolate* isolate) ToPropertyDescriptorObject() argument
[all...]
H A Dproperty.cc79 Descriptor Descriptor::DataField(Isolate* isolate, Handle<Name> key, in DataField() argument
107 Descriptor Descriptor::DataConstant(Isolate* isolate, Handle<Name> key, in DataConstant() argument
110 MaybeObjectHandle any_type(FieldType::Any(), isolate); in DataConstant() local
/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.cc120 void PendingCompilationErrorHandler::PrepareWarnings(IsolateT* isolate) { in PrepareWarnings() argument
20 SetString( Handle<String> string, Isolate* isolate) SetString() argument
27 SetString( Handle<String> string, LocalIsolate* isolate) SetString() argument
35 Prepare( IsolateT* isolate) Prepare() argument
55 ArgString( Isolate* isolate, int index) const ArgString() argument
131 ReportWarnings( Isolate* isolate, Handle<Script> script) const ReportWarnings() argument
148 PrepareErrors( IsolateT* isolate, AstValueFactory* ast_value_factory) PrepareErrors() argument
164 ReportErrors(Isolate* isolate, Handle<Script> script) const ReportErrors() argument
174 ThrowPendingError( Isolate* isolate, Handle<Script> script) const ThrowPendingError() argument
189 FormatErrorMessageForTest( Isolate* isolate) FormatErrorMessageForTest() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator-inl.h20 Isolate* HeapGraphEdge::isolate() const { return to_entry_->isolate(); } in isolate() function in v8::internal::HeapGraphEdge
53 Isolate* HeapEntry::isolate() const { return snapshot_->profiler()->isolate(); } in isolate() function in v8::internal::HeapEntry
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-info.h48 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::maglev::final
40 New( Isolate* isolate, Handle<JSFunction> function) New() argument
H A Dmaglev-compilation-info.cc30 MaglevCompilationHandleScope(Isolate* isolate, in MaglevCompilationHandleScope() argument
94 ReopenHandlesInNewHandleScope(Isolate* isolate) ReopenHandlesInNewHandleScope() argument
[all...]
/third_party/node/deps/v8/src/sandbox/
H A Dexternal-pointer-table-inl.h18 void ExternalPointerTable::Init(Isolate* isolate) { in Init() argument
/third_party/node/deps/v8/src/snapshot/
H A Dcontext-deserializer.cc17 DeserializeContext( Isolate* isolate, const SnapshotData* data, bool can_rehash, Handle<JSGlobalProxy> global_proxy, v8::DeserializeEmbedderFieldsCallback embedder_fields_deserializer) DeserializeContext() argument
31 Deserialize( Isolate* isolate, Handle<JSGlobalProxy> global_proxy, v8::DeserializeEmbedderFieldsCallback embedder_fields_deserializer) Deserialize() argument
/third_party/node/deps/v8/src/tasks/
H A Dcancelable-task.cc122 CancelableTask::CancelableTask(Isolate* isolate) in CancelableTask() argument
128 CancelableIdleTask::CancelableIdleTask(Isolate* isolate) in CancelableIdleTask() argument
/kernel/linux/linux-5.10/include/linux/
H A Dlist_lru.h192 list_lru_shrink_walk(struct list_lru *lru, struct shrink_control *sc, list_lru_walk_cb isolate, void *cb_arg) list_lru_shrink_walk() argument
200 list_lru_shrink_walk_irq(struct list_lru *lru, struct shrink_control *sc, list_lru_walk_cb isolate, void *cb_arg) list_lru_shrink_walk_irq() argument
208 list_lru_walk(struct list_lru *lru, list_lru_walk_cb isolate, void *cb_arg, unsigned long nr_to_walk) list_lru_walk() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dlist_lru.h191 list_lru_shrink_walk(struct list_lru *lru, struct shrink_control *sc, list_lru_walk_cb isolate, void *cb_arg) list_lru_shrink_walk() argument
199 list_lru_shrink_walk_irq(struct list_lru *lru, struct shrink_control *sc, list_lru_walk_cb isolate, void *cb_arg) list_lru_shrink_walk_irq() argument
207 list_lru_walk(struct list_lru *lru, list_lru_walk_cb isolate, void *cb_arg, unsigned long nr_to_walk) list_lru_walk() argument
[all...]
/third_party/node/src/
H A Daliased_buffer-inl.h14 AliasedBufferBase( v8::Isolate* isolate, const size_t count, const AliasedBufferIndex* index) AliasedBufferBase() argument
36 AliasedBufferBase( v8::Isolate* isolate, const size_t byte_offset, const size_t count, const AliasedBufferBase<uint8_t, v8::Uint8Array>& backing_buffer, const AliasedBufferIndex* index) AliasedBufferBase() argument
H A Dfs_event_wrap.cc99 Isolate* isolate = env->isolate(); in Initialize() local
[all...]
/third_party/node/src/api/
H A Dcallback.cc19 CallbackScope::CallbackScope(Isolate* isolate, in CallbackScope() argument
64 Isolate* isolate = env->isolate(); in InternalCallbackScope() local
233 MakeCallback(Isolate* isolate, Local<Object> recv, const char* method, int argc, Local<Value> argv[], async_context asyncContext) MakeCallback() argument
244 MakeCallback(Isolate* isolate, Local<Object> recv, Local<String> symbol, int argc, Local<Value> argv[], async_context asyncContext) MakeCallback() argument
268 MakeCallback(Isolate* isolate, Local<Object> recv, Local<Function> callback, int argc, Local<Value> argv[], async_context asyncContext) MakeCallback() argument
299 MakeSyncCallback(Isolate* isolate, Local<Object> recv, Local<Function> callback, int argc, Local<Value> argv[]) MakeSyncCallback() argument
327 MakeCallback(Isolate* isolate, Local<Object> recv, const char* method, int argc, Local<Value>* argv) MakeCallback() argument
338 MakeCallback(Isolate* isolate, Local<Object> recv, Local<String> symbol, int argc, Local<Value>* argv) MakeCallback() argument
349 MakeCallback(Isolate* isolate, Local<Object> recv, Local<Function> callback, int argc, Local<Value>* argv) MakeCallback() argument
[all...]
H A Dexceptions.cc23 Local<Value> ErrnoException(Isolate* isolate, in ErrnoException() argument
75 StringFromPath(Isolate* isolate, const char* path) StringFromPath() argument
91 UVException(Isolate* isolate, int errorno, const char* syscall, const char* msg, const char* path, const char* dest) UVException() argument
187 WinapiErrnoException(Isolate* isolate, int errorno, const char* syscall, const char* msg, const char* path) WinapiErrnoException() argument
246 FatalException(Isolate* isolate, const v8::TryCatch& try_catch) FatalException() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_hmac.cc42 Isolate* isolate = env->isolate(); in Initialize() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dstacks.h36 static StackMemory* New(Isolate* isolate) { return new StackMemory(isolate); } in New() argument
39 static StackMemory* GetCurrentStackView(Isolate* isolate) { in GetCurrentStackView() argument
89 explicit StackMemory(Isolate* isolate) : isolate_(isolate), owned_(true) { in StackMemory() argument
105 StackMemory(Isolate* isolate, byt argument
[all...]
H A Dmodule-compiler.h140 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::wasm::AsyncCompileJob

Completed in 12 milliseconds

12345678910>>...31