HomeSort by relevance Sort by last modified time
    Searched full:bar_str (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-api.cc 326 Local<String> bar_str = v8_str("bar"); local
327 CHECK(obj->Set(env.local(), v8_str("foo"), bar_str).FromJust());
332 CHECK(bar_str->Equals(env.local(), foo_after).FromJust());
342 Local<String> bar_str = v8_str("bar"); local
343 CHECK(obj->Set(env.local(), 1, bar_str).FromJust());
347 CHECK(bar_str->Equals(env.local(), after).FromJust());
    [all...]

Completed in 74 milliseconds