Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h2775 void set_constructor(FunctionLiteral* f) { constructor_ = f; } in set_constructor() function
/external/v8/src/
Dapi.cc1418 obj->set_constructor(*Utils::OpenHandle(*constructor)); in ObjectTemplateNew()
1457 Utils::OpenHandle(object_template)->set_constructor(*constructor); in EnsureConstructor()