Searched refs:kNative (Results 1 – 8 of 8) sorted by relevance
23 enum class RegExpCompilationTarget : int { kBytecode, kNative }; enumerator
558 : 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()
356 enum class BootstrappingType { kScript, kFunction, kNative }; enumerator
480 return CreateForBootstrapping(isolate, BootstrappingType::kNative); in CreateForNativeContext()488 const bool is_native_context = type == BootstrappingType::kNative; in CreateForBootstrapping()
116 kNative = v8::HeapGraphNode::kNative, enumerator
377 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()
590 kNative = 8, // Native object (not from V8 heap). enumerator
249 enum class ErrorType { kNative, kClient }; enumerator274 if (type == ErrorType::kNative && stack) return *stack; in descriptionForError()1728 ErrorType::kNative)); in create()