Home
last modified time | relevance | path

Searched defs:globalKey (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp61 JSHandle<EcmaString> globalKey = factory->NewFromASCII("key"); in HWTEST_F_L0() local
105 JSHandle<JSTaggedValue> globalKey(factory->NewFromASCII("key")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1859 JSHandle<JSTaggedValue> globalKey(globalConstants->GetHandledGlobalString()); in InitializeRegExp() local