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

  /external/v8/src/
api.h 44 OBJECT_TEMPLATE = 1
api.cc 926 InitializeTemplate(obj, Consts::OBJECT_TEMPLATE);
936 static void EnsureConstructor(ObjectTemplate* object_template) {
937 if (Utils::OpenHandle(object_template)->constructor()->IsUndefined()) {
940 constructor->set_instance_template(*Utils::OpenHandle(object_template));
941 Utils::OpenHandle(object_template)->set_constructor(*constructor);
    [all...]

Completed in 334 milliseconds