Lines Matching refs:NewFromUtf8
75 context2->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
83 context3->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
91 String::NewFromUtf8(isolate.GetIsolate(), "observer"), observer);
92 context4->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "fun1"),
94 context4->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "fun2"),
96 context4->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "fun3"),
220 context2->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
223 String::NewFromUtf8(isolate.GetIsolate(), "observer"), observer);
315 recordObj->Get(String::NewFromUtf8(isolate, "object"))));
316 CHECK(String::NewFromUtf8(isolate, expectations[i].type)->Equals(
317 recordObj->Get(String::NewFromUtf8(isolate, "type"))));
319 CHECK(String::NewFromUtf8(isolate, expectations[i].name)->Equals(
320 recordObj->Get(String::NewFromUtf8(isolate, "name"))));
323 recordObj->Get(String::NewFromUtf8(isolate, "oldValue"))));
343 obj->Set(String::NewFromUtf8(isolate.GetIsolate(), "foo"), Number::New(7));
346 obj->ForceSet(String::NewFromUtf8(isolate.GetIsolate(), "foo"),
353 obj->Delete(String::NewFromUtf8(isolate.GetIsolate(), "foo"));
385 String::NewFromUtf8(isolate.GetIsolate(), "foo"), Number::New(75));
389 context->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"), obj);
390 context->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "proto"),
520 global->Set(String::NewFromUtf8(isolate, "obj"), instance);
537 String::NewFromUtf8(isolate.GetIsolate(), "foo"));
546 context2->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
549 String::NewFromUtf8(isolate.GetIsolate(), "objNoCheck"),
563 String::NewFromUtf8(isolate.GetIsolate(), "bar") },
597 context2->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
600 String::NewFromUtf8(isolate.GetIsolate(), "objNoCheck"),
614 String::NewFromUtf8(isolate.GetIsolate(), "foo") },
648 context2->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
651 String::NewFromUtf8(isolate.GetIsolate(), "objNoCheck"), obj_no_check);
691 context2->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
694 String::NewFromUtf8(isolate.GetIsolate(), "objNoCheck"), obj_no_check);
727 context2->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
732 instance->Set(5, String::NewFromUtf8(isolate.GetIsolate(), "bar"));
733 instance->Set(String::NewFromUtf8(isolate.GetIsolate(), "foo"),
734 String::NewFromUtf8(isolate.GetIsolate(), "bar"));
755 context->Global()->Get(String::NewFromUtf8(isolate.GetIsolate(), "obj"));
757 ->SetHiddenValue(String::NewFromUtf8(isolate.GetIsolate(), "foo"),