Searched refs:NewJSRegExpByteCodeData (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.h | 498 void NewJSRegExpByteCodeData(const JSHandle<JSRegExp> ®exp, void *buffer, size_t size);
|
| D | js_serializer.cpp | 1632 factory_->NewJSRegExpByteCodeData(regExp, buffer, bufferSize); in ReadJSRegExp()
|
| D | object_factory.cpp | 377 void ObjectFactory::NewJSRegExpByteCodeData(const JSHandle<JSRegExp> ®exp, void *buffer, size_t … in NewJSRegExpByteCodeData() function in panda::ecmascript::ObjectFactory
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 1417 factory->NewJSRegExpByteCodeData(jsRegexp, static_cast<void *>(buffer), bufferSize); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 2326 factory->NewJSRegExpByteCodeData(regexp, buffer, bufferSize); in RegExpInitialize()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_serializer_test.cpp | 1746 factory->NewJSRegExpByteCodeData(jsRegexp, static_cast<void *>(buffer), bufferSize); in HWTEST_F_L0()
|