Home
last modified time | relevance | path

Searched refs:NewJSRegExpByteCodeData (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h526 void NewJSRegExpByteCodeData(const JSHandle<JSRegExp> &regexp, void *buffer, size_t size);
Dobject_factory.cpp435 void ObjectFactory::NewJSRegExpByteCodeData(const JSHandle<JSRegExp> &regexp, void *buffer, size_t … in NewJSRegExpByteCodeData() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1689 factory->NewJSRegExpByteCodeData(jsRegexp, static_cast<void *>(buffer), bufferSize); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2413 factory->NewJSRegExpByteCodeData(regexp, buffer, bufferSize); in RegExpInitialize()