Lines Matching refs:utf8Key
1115 const char* utf8Key = "TestKey";
1116 Local<JSValueRef> key = StringRef::NewFromUtf8(vm_, utf8Key);
1121 Local<JSValueRef> value1 = object->Get(vm_, utf8Key);
1129 const char* utf8Key = "TestKey";
1132 ASSERT_TRUE(object->Set(vm_, utf8Key, value));
1133 Local<JSValueRef> value1 = object->Get(vm_, utf8Key);
1141 const char* utf8Key = "TestKey";
1142 Local<JSValueRef> key = StringRef::NewFromUtf8(vm_, utf8Key);
1147 Local<JSValueRef> value1 = JSNApi::NapiGetNamedProperty(vm_, reinterpret_cast<uintptr_t>(*object), utf8Key);
1227 const char* utf8Key = "TestKey";
1228 Local<JSValueRef> key2 = StringRef::NewFromUtf8(vm_, utf8Key);
1261 const char* utf8Key = "concat";
1262 Local<JSValueRef> key3 = StringRef::NewFromUtf8(vm_, utf8Key);