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
1144 JSHandle<EcmaString> thisVal = factory->NewFromUtf8("一二三四"); in HWTEST_F_L0() local
1163 JSHandle<EcmaString> thisVal = factory->NewFromUtf8("一二三四"); in HWTEST_F_L0() local
1182 JSHandle<EcmaString> thisVal = factory->NewFromUtf8("一二三四"); in HWTEST_F_L0() local
1198 JSHandle<EcmaString> thisVal = factory->NewFromASCII("abcabcabc"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp627 JSHandle<EcmaString> thisVal = JSTaggedValue::ToString(thread, thisTag); in Match() local
711 JSHandle<EcmaString> thisVal = JSTaggedValue::ToString(thread, thisTag); in MatchAll() local
1539 JSHandle<EcmaString> thisVal = JSTaggedValue::ToString(thread, thisTag); in Search() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2180 Local<JSValueRef> thisVal = JSNApiHelper::ToLocal<JSValueRef>( in GetLocalScopeChain() local
2333 const JSPandaFile *jsPandaFile, Local<JSValueRef> &thisVal, Local<ObjectRef> &localObj) in GetLocalVariables()