Searched defs:CollatorConstructor (Results 1 – 2 of 2) sorted by relevance
26 JSTaggedValue BuiltinsCollator::CollatorConstructor(EcmaRuntimeCallInfo *argv) in CollatorConstructor() function in panda::ecmascript::builtins::BuiltinsCollator
31 static JSTaggedValue CollatorConstructor(JSThread *thread, std::vector<JSTaggedValue>& args, in CollatorConstructor() function93 HWTEST_F_L0(BuiltinsCollatorTest, CollatorConstructor) in HWTEST_F_L0() argument