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);
709 JSFunction* object_function = JSFunction::cast(raw_object); local
710 Handle<JSFunction> constructor(object_function);
919 Isolate::Current()->global_context()->object_function());
    [all...]
  /external/v8/src/
heap.cc 2934 JSFunction* object_function = local
    [all...]

Completed in 50 milliseconds