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.cpp207 JSHandle<EcmaString> thisVal = factory->NewFromASCII("abcabcabc"); in HWTEST_F_L0() local
222 JSHandle<EcmaString> thisVal = factory->NewFromUtf8("一二三四"); in HWTEST_F_L0() local
237 JSHandle<EcmaString> thisVal = factory->NewFromASCII("abcabcabc"); in HWTEST_F_L0() local
252 JSHandle<EcmaString> thisVal = factory->NewFromASCII("ABC"); in HWTEST_F_L0() local
264 JSHandle<EcmaString> thisVal = factory->NewFromASCII("ABC"); in HWTEST_F_L0() local
277 JSHandle<EcmaString> thisVal = factory->NewFromASCII("ABC"); in HWTEST_F_L0() local
1139 JSHandle<EcmaString> thisVal = factory->NewFromUtf8("一二三四"); in HWTEST_F_L0() local
1158 JSHandle<EcmaString> thisVal = factory->NewFromUtf8("一二三四"); in HWTEST_F_L0() local
1177 JSHandle<EcmaString> thisVal = factory->NewFromUtf8("一二三四"); in HWTEST_F_L0() local
1193 JSHandle<EcmaString> thisVal = factory->NewFromASCII("abcabcabc"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp625 JSHandle<EcmaString> thisVal = JSTaggedValue::ToString(thread, thisTag); in Match() local
709 JSHandle<EcmaString> thisVal = JSTaggedValue::ToString(thread, thisTag); in MatchAll() local
1520 JSHandle<EcmaString> thisVal = JSTaggedValue::ToString(thread, thisTag); in Search() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1918 Local<JSValueRef> thisVal = JSNApiHelper::ToLocal<JSValueRef>( in GetLocalScopeChain() local
2064 const JSPandaFile *jsPandaFile, Local<JSValueRef> &thisVal, Local<ObjectRef> &localObj) in GetLocalVariables()