OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constructor
(Results
176 - 200
of
258
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/bionic/libc/arch-x86/bionic/
crtbegin_dynamic.S
50
# - address of the
constructor
list
71
# the .ctors section contains a list of pointers to "
constructor
"
/external/v8/src/
heap.cc
[
all
...]
runtime.cc
316
Handle<JSFunction>
constructor
(
318
Handle<Object> object = Factory::NewJSObject(
constructor
);
479
JSFunction*
constructor
=
local
481
Object* object = Heap::AllocateJSObject(
constructor
);
688
// Copy map so it won't interfere
constructor
's initial map.
704
// Copy map so it won't interfere
constructor
's initial map.
1246
Handle<JSFunction>
constructor
=
local
[
all
...]
apinatives.js
51
var
Constructor
= %GetTemplateField(data, kApiConstructorOffset);
52
var result =
Constructor
? new (Instantiate(
Constructor
))() : {};
77
%SetProperty(fun.prototype, "
constructor
", fun, DONT_ENUM);
execution.cc
197
// attempt is made to call the given object as a
constructor
.
530
!data->
constructor
()->IsUndefined()) {
537
FunctionTemplateInfo::cast(data->
constructor
()));
handles.h
50
//
Constructor
for handling automatic up casting.
312
Handle<JSFunction>
constructor
,