Lines Matching refs:ecmascript
23 #include "ecmascript/common.h"
24 #include "ecmascript/mem/caddress_allocator.h"
26 namespace panda::ecmascript {
35 using argument_type = panda::ecmascript::CString;
60 CString PUBLIC_API ConvertToString(const ecmascript::EcmaString *s,
62 CString ConvertToString(ecmascript::JSTaggedValue key);
94 } // namespace panda::ecmascript
98 struct hash<panda::ecmascript::CString> {
99 using argument_type = panda::ecmascript::CStringHash::argument_type;
100 using result_type = panda::ecmascript::CStringHash::result_type;
102 size_t operator()(const panda::ecmascript::CString &str) const noexcept
104 return panda::ecmascript::CStringHash()(str);