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

  /external/v8/src/
bootstrapper.cc 740 JSObject::cast(js_global_function->instance_prototype()));
    [all...]
type-info.cc 275 return Handle<JSObject>(JSObject::cast(function->instance_prototype()));
objects.cc 144 holder = global_context->number_function()->instance_prototype();
146 holder = global_context->string_function()->instance_prototype();
148 holder = global_context->boolean_function()->instance_prototype();
661 holder = global_context->number_function()->instance_prototype();
663 holder = global_context->string_function()->instance_prototype();
665 holder = global_context->boolean_function()->instance_prototype();
708 return context->number_function()->instance_prototype();
722 return context->number_function()->instance_prototype();
725 return context->string_function()->instance_prototype();
728 return context->boolean_function()->instance_prototype();
    [all...]
objects-inl.h 3979 Object* JSFunction::instance_prototype() { function in class:JSFunction
    [all...]
heap.cc     [all...]
objects.h     [all...]
runtime.cc     [all...]

Completed in 497 milliseconds