Home
last modified time | relevance | path

Searched refs:ModuleNamespaceHasProperty (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h413 V(ModuleNamespaceHasProperty) \
Druntime_stubs.cpp4744 DEF_RUNTIME_STUBS(ModuleNamespaceHasProperty) in DEF_RUNTIME_STUBS() argument
4746 RUNTIME_STUBS_HEADER(ModuleNamespaceHasProperty); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp9181 result = CallRuntime(glue, RTSTUB_ID(ModuleNamespaceHasProperty), {obj, key}); in HasProperty()