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

  /external/v8/src/
bootstrapper.cc 383 bool strict_function_map = false) {
390 instance_size, strict_function_map)
392 strict_function_map);
402 bool strict_function_map = false) {
406 maybe_prototype, call, strict_function_map);
415 bool strict_function_map = false) {
420 strict_function_map);
702 Handle<Map> strict_function_map = factory()->CreateStrictFunctionMap( local
704 native_context()->set_strict_function_map(*strict_function_map);
    [all...]
contexts.h 331 V(STRICT_FUNCTION_MAP_INDEX, Map, strict_function_map) \
    [all...]
factory.cc     [all...]
objects.cc     [all...]

Completed in 510 milliseconds