Home
last modified time | relevance | path

Searched refs:GetSource (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h62 static JSTaggedValue GetSource(EcmaRuntimeCallInfo *argv);
Dbuiltins_regexp.cpp310 JSTaggedValue BuiltinsRegExp::GetSource(EcmaRuntimeCallInfo *argv) in GetSource() function in panda::ecmascript::builtins::BuiltinsRegExp
314 BUILTINS_API_TRACE(thread, RegExp, GetSource); in GetSource()
Dbuiltins.cpp2009 …JSHandle<JSTaggedValue> sourceGetter = CreateGetter(env, RegExp::GetSource, "source", FunctionLeng… in InitializeRegExp()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h651 V(RegExp, GetSource) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp336 reinterpret_cast<uintptr_t>(RegExp::GetSource),