Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h2811 void set_constructor(FunctionLiteral* f) { constructor_ = f; } in set_constructor() function
/external/v8/src/
Dapi.cc1241 obj->set_constructor(*Utils::OpenHandle(*constructor)); in New()
1261 Utils::OpenHandle(object_template)->set_constructor(*constructor); in EnsureConstructor()