Home
last modified time | relevance | path

Searched refs:context_or_undefined (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dfactory.h591 Handle<Object> context_or_undefined,
603 Handle<Object> context_or_undefined, Handle<Cell> vector,
612 Handle<Object> context_or_undefined, PretenureFlag pretenure = TENURED);
Dfactory.cc1413 Handle<Object> context_or_undefined, in DEFINE_ERROR()
1417 DCHECK(context_or_undefined->IsContext() || in DEFINE_ERROR()
1418 context_or_undefined->IsUndefined(isolate())); in DEFINE_ERROR()
1424 function->set_context(*context_or_undefined); in DEFINE_ERROR()
1570 Handle<Object> context_or_undefined, PretenureFlag pretenure) { in NewFunctionFromSharedFunctionInfo() argument
1573 NewFunction(initial_map, info, context_or_undefined, pretenure); in NewFunctionFromSharedFunctionInfo()
1579 if (context_or_undefined->IsContext()) { in NewFunctionFromSharedFunctionInfo()
1589 Handle<Object> context_or_undefined, Handle<Cell> vector, in NewFunctionFromSharedFunctionInfo() argument
1593 NewFunction(initial_map, info, context_or_undefined, pretenure); in NewFunctionFromSharedFunctionInfo()
1609 if (context_or_undefined->IsContext()) { in NewFunctionFromSharedFunctionInfo()