Searched defs:HasOwnProperty (Results 1 – 6 of 6) sorted by relevance
49 std::pair<JSTaggedValue, bool> ObjectFastOperator::HasOwnProperty(JSThread *thread, in HasOwnProperty() function
1050 bool JSTaggedValue::HasOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasOwnProperty() function in panda::ecmascript::JSTaggedValue
773 JSTaggedValue BuiltinsObject::HasOwnProperty(EcmaRuntimeCallInfo *argv) in HasOwnProperty() function in panda::ecmascript::builtins::BuiltinsObject
735 HWTEST_F_L0(BuiltinsObjectTest, HasOwnProperty) in HWTEST_F_L0() argument
712 void BuiltinsObjectStubBuilder::HasOwnProperty(Variable *result, Label *exit, Label *slowPath) in HasOwnProperty() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
386 HWTEST_F_L0(JSObjectTest, HasOwnProperty) in HWTEST_F_L0() argument