Searched refs:NewJSRegExpByteCodeData (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.h | 461 void NewJSRegExpByteCodeData(const JSHandle<JSRegExp> ®exp, void *buffer, size_t size);
|
D | js_serializer.cpp | 1609 factory_->NewJSRegExpByteCodeData(regExp, buffer, bufferSize); in ReadJSRegExp()
|
D | object_factory.cpp | 365 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 | 1786 factory->NewJSRegExpByteCodeData(regexp, buffer, bufferSize); in RegExpInitialize()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_serializer_test.cpp | 1646 factory->NewJSRegExpByteCodeData(jsRegexp, static_cast<void *>(buffer), bufferSize); in HWTEST_F_L0()
|