Searched defs:func_value (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-mark-compact.cc207 Object* func_value = Isolate::Current()->context()->global()-> local
209 CHECK(func_value->IsJSFunction());
210 function = JSFunction::cast(func_value);
H A Dtest-heap.cc234 Object* func_value = Isolate::Current()->context()->global()-> local
236 CHECK(func_value->IsJSFunction());
237 Handle<JSFunction> function(JSFunction::cast(func_value));
955 Object* func_value = Isolate::Current()->context()->global()-> local
957 CHECK(func_value->IsJSFunction());
958 Handle<JSFunction> function(JSFunction::cast(func_value));

Completed in 66 milliseconds