| /third_party/node/deps/v8/src/objects/ |
| H A D | option-utils.h | 47 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 D | option-utils.cc | 14 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 D | synthetic-module.cc | 21 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 D | template-objects.cc | 18 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 D | compilation-cache-table-inl.h | 97 InfoCellPair::InfoCellPair(Isolate* isolate, SharedFunctionInfo shared, in InfoCellPair() argument
|
| H A D | js-segment-iterator.cc | 32 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 D | property-array-inl.h | 126 void PropertyArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
|
| H A D | property-descriptor.cc | 43 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 D | property.cc | 79 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 D | pending-compilation-error-handler.cc | 120 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 D | heap-snapshot-generator-inl.h | 20 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 D | maglev-compilation-info.h | 48 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::maglev::final 40 New( Isolate* isolate, Handle<JSFunction> function) New() argument
|
| H A D | maglev-compilation-info.cc | 30 MaglevCompilationHandleScope(Isolate* isolate, in MaglevCompilationHandleScope() argument 94 ReopenHandlesInNewHandleScope(Isolate* isolate) ReopenHandlesInNewHandleScope() argument [all...] |
| /third_party/node/deps/v8/src/sandbox/ |
| H A D | external-pointer-table-inl.h | 18 void ExternalPointerTable::Init(Isolate* isolate) { in Init() argument
|
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | context-deserializer.cc | 17 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 D | cancelable-task.cc | 122 CancelableTask::CancelableTask(Isolate* isolate) in CancelableTask() argument 128 CancelableIdleTask::CancelableIdleTask(Isolate* isolate) in CancelableIdleTask() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | list_lru.h | 192 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 D | list_lru.h | 191 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 D | aliased_buffer-inl.h | 14 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 D | fs_event_wrap.cc | 99 Isolate* isolate = env->isolate(); in Initialize() local [all...] |
| /third_party/node/src/api/ |
| H A D | callback.cc | 19 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 D | exceptions.cc | 23 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 D | crypto_hmac.cc | 42 Isolate* isolate = env->isolate(); in Initialize() local [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | stacks.h | 36 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 D | module-compiler.h | 140 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::wasm::AsyncCompileJob
|