HomeSort by relevance Sort by last modified time
    Searched defs:object_function (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-heap.cc 566 JSFunction* object_function = JSFunction::cast(raw_object); local
567 Handle<JSFunction> constructor(object_function);
710 JSFunction* object_function = JSFunction::cast(raw_object); local
711 Handle<JSFunction> constructor(object_function);
875 Isolate::Current()->global_context()->object_function());
    [all...]
  /external/v8/src/
heap.cc 3548 JSFunction* object_function = local
    [all...]

Completed in 33 milliseconds