Home
last modified time | relevance | path

Searched refs:kNative (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp.h23 enum class RegExpCompilationTarget : int { kBytecode, kNative }; enumerator
Dregexp.cc558 : RegExpCompilationTarget::kNative; in CompileIrregexp()
571 if (compile_data.compilation_target == RegExpCompilationTarget::kNative) { in CompileIrregexp()
909 if (data->compilation_target == RegExpCompilationTarget::kNative) { in Compile()
1013 data->compilation_target == RegExpCompilationTarget::kNative) { in Compile()
/third_party/node/deps/v8/src/objects/
Dscope-info.h356 enum class BootstrappingType { kScript, kFunction, kNative }; enumerator
Dscope-info.cc480 return CreateForBootstrapping(isolate, BootstrappingType::kNative); in CreateForNativeContext()
488 const bool is_native_context = type == BootstrappingType::kNative; in CreateForBootstrapping()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h116 kNative = v8::HeapGraphNode::kNative, enumerator
Dheap-snapshot-generator.cc377 case kNative: return "/native/"; in TypeAsString()
864 type = HeapEntry::kNative; in AddEntry()
1593 HeapEntry::kNative, "system / JSArrayBufferData", in AllocateEntry()
2451 return node->IsRootNode() ? HeapEntry::kSynthetic : HeapEntry::kNative; in EmbedderGraphNodeType()
/third_party/node/deps/v8/include/
Dv8-profiler.h590 kNative = 8, // Native object (not from V8 heap). enumerator
/third_party/node/deps/v8/src/inspector/
Dvalue-mirror.cc249 enum class ErrorType { kNative, kClient }; enumerator
274 if (type == ErrorType::kNative && stack) return *stack; in descriptionForError()
1728 ErrorType::kNative)); in create()