Searched refs:IsPrototypeOf (Results 1 – 6 of 6) sorted by relevance
75 static JSTaggedValue IsPrototypeOf(EcmaRuntimeCallInfo *argv);
707 JSTaggedValue BuiltinsObject::IsPrototypeOf(EcmaRuntimeCallInfo *argv) in IsPrototypeOf() function in panda::ecmascript::builtins::BuiltinsObject711 BUILTINS_API_TRACE(thread, Object, IsPrototypeOf); in IsPrototypeOf()
581 SetFunction(env, objFuncPrototype, "isPrototypeOf", Object::IsPrototypeOf, FunctionLength::ONE); in InitializeObject()
766 JSTaggedValue result1 = BuiltinsObject::IsPrototypeOf(ecmaRuntimeCallInfo); in HWTEST_F_L0()796 JSTaggedValue result2 = BuiltinsObject::IsPrototypeOf(ecmaRuntimeCallInfo2); in HWTEST_F_L0()
574 V(Object, IsPrototypeOf) \
318 reinterpret_cast<uintptr_t>(Object::IsPrototypeOf),