Home
last modified time | relevance | path

Searched defs:this_obj (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
Dtestharness.js776 Test.prototype.step = function(func, this_obj) argument
817 Test.prototype.step_func = function(func, this_obj) argument
832 Test.prototype.step_func_done = function(func, this_obj) argument
/external/v8/test/cctest/
Dtest-api.cc8709 Local<Object> this_obj = Local<Object>::Cast(info.This()); in YSetter() local