Home | History | Annotate | Download | only in cctest

Lines Matching defs:str_obj

1687   v8::Local<v8::Object> str_obj = boxed_string.As<v8::Object>();
1688 CHECK(!str_obj->Delete(context.local(), 2).FromJust());
1689 CHECK(!str_obj->Delete(context.local(), v8_num(2)).FromJust());