Searched defs:EqualString (Results 1 – 2 of 2) sorted by relevance
40 struct EqualString { struct41 bool operator()(const char* lhs, const char* rhs) const { return strcmp(lhs, rhs) == 0; } in operator()
509 bool JSTaggedValue::EqualString(JSThread *thread, const JSHandle<JSTaggedValue> &x, in EqualString() function in panda::ecmascript::JSTaggedValue