Home
last modified time | relevance | path

Searched defs:OrdinaryHasInstance (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_function_test.cpp109 HWTEST_F_L0(JSFunctionTest, OrdinaryHasInstance) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp168 bool JSFunction::OrdinaryHasInstance(JSThread *thread, const JSHandle<JSTaggedValue> &constructor, in OrdinaryHasInstance() function in panda::ecmascript::JSFunction
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3278 GateRef StubBuilder::OrdinaryHasInstance(GateRef glue, GateRef target, GateRef obj) in OrdinaryHasInstance() function in panda::ecmascript::kungfu::StubBuilder