OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetPrototype
(Results
1 - 14
of
14
) sorted by null
/external/v8/src/
handles.h
262
Handle<Object>
SetPrototype
(Handle<JSObject> obj, Handle<Object> value);
339
Handle<Object>
SetPrototype
(Handle<JSFunction> function,
accessors.cc
466
{ MaybeObject* maybe_result = function->
SetPrototype
(prototype);
499
{ MaybeObject* maybe_prototype = function->
SetPrototype
(value);
753
return receiver->
SetPrototype
(value, skip_hidden_prototypes);
handles.cc
178
func->
SetPrototype
(*value));
250
Handle<Object>
SetPrototype
(Handle<JSFunction> function,
409
Handle<Object>
SetPrototype
(Handle<JSObject> obj, Handle<Object> value) {
412
obj->
SetPrototype
(*value, skip_hidden_prototypes), Object);
[
all
...]
bootstrapper.cc
447
SetPrototype
(object_fun, prototype);
[
all
...]
objects.h
[
all
...]
api.cc
[
all
...]
objects.cc
[
all
...]
parser.cc
[
all
...]
/external/webkit/Source/WebCore/bindings/v8/
WorkerContextExecutionProxy.cpp
178
globalObject->
SetPrototype
(jsWorkerContext);
V8DOMWindowShell.cpp
433
v8RealGlobal->
SetPrototype
(jsWindow);
V8DOMWrapper.cpp
147
value->
SetPrototype
(objectPrototype);
/external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp
72
shadow->
SetPrototype
(wrapper);
/external/v8/include/
v8.h
[
all
...]
/external/v8/test/cctest/
test-api.cc
[
all
...]
Completed in 845 milliseconds