Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp170 JSHandle<EcmaString> thisVal = factory->NewFromASCII("abcabcabc"); in HWTEST_F_L0() local
189 JSHandle<EcmaString> thisVal = factory->NewFromUtf8("一二三四"); in HWTEST_F_L0() local
208 JSHandle<EcmaString> thisVal = factory->NewFromASCII("abcabcabc"); in HWTEST_F_L0() local
227 JSHandle<EcmaString> thisVal = factory->NewFromASCII("ABC"); in HWTEST_F_L0() local
244 JSHandle<EcmaString> thisVal = factory->NewFromASCII("ABC"); in HWTEST_F_L0() local
262 JSHandle<EcmaString> thisVal = factory->NewFromASCII("ABC"); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1019 Local<JSValueRef> thisVal = JSValueRef::Undefined(vm_); in GetLocalScopeChain() local
1064 const JSPandaFile *jsPandaFile, Local<JSValueRef> &thisVal, Local<ObjectRef> &localObj) in GetLocalVariables()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp589 JSHandle<EcmaString> thisVal = JSTaggedValue::ToString(thread, thisTag); in Match() local
659 JSHandle<EcmaString> thisVal = JSTaggedValue::ToString(thread, thisTag); in MatchAll() local
1244 JSHandle<EcmaString> thisVal = JSTaggedValue::ToString(thread, thisTag); in Search() local