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

  /external/v8/test/cctest/
test-alloc.cc 65 CHECK(!heap->CopyJSObject(JSObject::cast(object))->IsFailure());
test-heap.cc 925 Object* clone_obj = HEAP->CopyJSObject(jsobject)->ToObjectChecked();
    [all...]
  /external/v8/src/
handles.cc 338 isolate->heap()->CopyJSObject(*obj), JSObject);
    [all...]
heap.h 565 MUST_USE_RESULT MaybeObject* CopyJSObject(JSObject* source);
    [all...]
runtime.cc 146 { MaybeObject* maybe_result = heap->CopyJSObject(boilerplate);
615 return isolate->heap()->CopyJSObject(JSObject::cast(*boilerplate));
660 return isolate->heap()->CopyJSObject(JSObject::cast(*boilerplate));
    [all...]
heap.cc     [all...]

Completed in 441 milliseconds