Home | History | Annotate | Download | only in cctest

Lines Matching refs:foo_string

15380   v8::Local<v8::String> foo_string = v8_str("foo");
15381 obj->Set(context.local(), foo_string,
15385 obj_clone->Set(context.local(), foo_string, v8_str("Hello")).FromJust();
15386 CHECK(!obj->Get(context.local(), foo_string).ToLocalChecked()->IsUndefined());