OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maybe_prototype
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
accessors.cc
464
{ MaybeObject*
maybe_prototype
= heap->AllocateFunctionPrototype(function);
local
465
if (!
maybe_prototype
->ToObject(&prototype)) return
maybe_prototype
;
491
{ MaybeObject*
maybe_prototype
= function->SetPrototype(value);
local
492
if (!
maybe_prototype
->ToObject(&prototype)) return
maybe_prototype
;
heap.cc
3561
{ MaybeObject*
maybe_prototype
= AllocateJSObjectFromMap(new_map);
local
3682
{ MaybeObject*
maybe_prototype
= AllocateFunctionPrototype(fun);
local
[
all
...]
Completed in 32 milliseconds