Home
last modified time | relevance | path

Searched refs:kInterpreterHandle (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-debug.cc285 Handle<Object> handle(debug_info->get(WasmDebugInfo::kInterpreterHandle), in GetOrCreateInterpreterHandle()
290 debug_info->set(WasmDebugInfo::kInterpreterHandle, *handle); in GetOrCreateInterpreterHandle()
297 Object* handle_obj = debug_info->get(WasmDebugInfo::kInterpreterHandle); in GetInterpreterHandle()
303 Object* handle_obj = debug_info->get(WasmDebugInfo::kInterpreterHandle); in GetInterpreterHandleOrNull()
375 if (!arr->get(kInterpreterHandle)->IsUndefined(isolate) && in IsDebugInfo()
376 !arr->get(kInterpreterHandle)->IsForeign()) in IsDebugInfo()
Dwasm-objects.h413 kInterpreterHandle, enumerator