Searched refs:NewJSRegExpByteCodeData (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.h | 455 void NewJSRegExpByteCodeData(const JSHandle<JSRegExp> ®exp, void *buffer, size_t size);
|
| D | js_serializer.cpp | 1617 factory_->NewJSRegExpByteCodeData(regExp, buffer, bufferSize); in ReadJSRegExp()
|
| D | object_factory.cpp | 357 void ObjectFactory::NewJSRegExpByteCodeData(const JSHandle<JSRegExp> ®exp, void *buffer, size_t … in NewJSRegExpByteCodeData() function in panda::ecmascript::ObjectFactory
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 1756 factory->NewJSRegExpByteCodeData(regexp, buffer, bufferSize); in RegExpInitialize()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_serializer_test.cpp | 1309 factory->NewJSRegExpByteCodeData(jsRegexp, static_cast<void *>(buffer), bufferSize); in HWTEST_F_L0()
|