Home
last modified time | relevance | path

Searched refs:rawKey (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtemplate_string_test.cpp47 JSHandle<JSTaggedValue> rawKey(factory->NewFromASCII("raw")); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h179 std::string rawKey; member in maplecl::OptionInterface
253 rawKey = key;
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_string_test.cpp913 JSHandle<JSTaggedValue> rawKey(factory->NewFromASCII("raw")); in HWTEST_F_L0()
914 JSObject::SetProperty(thread, templateString, rawKey, rawArray); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp173 JSHandle<JSTaggedValue> rawKey(factory->NewFromASCII("raw")); in Raw()
175 JSObject::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(cooked), rawKey).GetValue(); in Raw()

Completed in 9 milliseconds