Home
last modified time | relevance | path

Searched defs:CreateRegExpWithLiteral (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1432 void PandaGen::CreateRegExpWithLiteral(const ir::AstNode *node, const util::StringView &pattern, ui… in CreateRegExpWithLiteral() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp683 JSTaggedValue SlowRuntimeStub::CreateRegExpWithLiteral(JSThread *thread, JSTaggedValue pattern, uin… in CreateRegExpWithLiteral() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2605 DEF_RUNTIME_STUBS(CreateRegExpWithLiteral) in DEF_RUNTIME_STUBS() argument