Home
last modified time | relevance | path

Searched refs:HasOwnPropertyInternal (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.h145 static JSTaggedValue HasOwnPropertyInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue,
H A Dbuiltins_object.cpp778 return HasOwnPropertyInternal(thread, thisValue, prop); in HasOwnProperty()
781 JSTaggedValue BuiltinsObject::HasOwnPropertyInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue, in HasOwnPropertyInternal() function in panda::ecmascript::builtins::BuiltinsObject
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3996 JSTaggedValue result = builtins::BuiltinsObject::HasOwnPropertyInternal(thread, thisValue, key); in DEF_RUNTIME_STUBS()

Completed in 12 milliseconds