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

  /external/v8/src/
accessors.cc 462 { MaybeObject* maybe_prototype = heap->AllocateFunctionPrototype(function); local
463 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype;
499 { MaybeObject* maybe_prototype = function->SetPrototype(value); local
500 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype;
heap.cc 2937 { MaybeObject* maybe_prototype = AllocateJSObject(object_function); local
3057 { MaybeObject* maybe_prototype = AllocateFunctionPrototype(fun); local
    [all...]

Completed in 386 milliseconds